Skip to content

Commit df4b8fd

Browse files
authored
Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)
1 parent 25837ee commit df4b8fd

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

maven-plugin-tools-generators/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<!-- other -->
6464
<dependency>
6565
<groupId>org.apache.velocity</groupId>
66-
<artifactId>velocity</artifactId>
66+
<artifactId>velocity-engine-core</artifactId>
6767
</dependency>
6868

6969
<dependency>

pom.xml

+3-7
Original file line numberDiff line numberDiff line change
@@ -247,24 +247,20 @@
247247
<dependency>
248248
<groupId>org.codehaus.plexus</groupId>
249249
<artifactId>plexus-velocity</artifactId>
250-
<version>1.2</version>
250+
<version>2.0</version>
251251
<exclusions>
252252
<exclusion>
253253
<groupId>org.codehaus.plexus</groupId>
254254
<artifactId>plexus-container-default</artifactId>
255255
</exclusion>
256-
<exclusion>
257-
<groupId>velocity</groupId>
258-
<artifactId>velocity</artifactId>
259-
</exclusion>
260256
</exclusions>
261257
</dependency>
262258

263259
<!-- other -->
264260
<dependency>
265261
<groupId>org.apache.velocity</groupId>
266-
<artifactId>velocity</artifactId>
267-
<version>1.7</version>
262+
<artifactId>velocity-engine-core</artifactId>
263+
<version>2.3</version>
268264
</dependency>
269265

270266
<dependency>

0 commit comments

Comments
 (0)