Skip to content

Commit 2721944

Browse files
authored
Revert "Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to 2.3 (#195)" (#198)
This reverts commit df4b8fd.
1 parent d99a455 commit 2721944

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
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-engine-core</artifactId>
66+
<artifactId>velocity</artifactId>
6767
</dependency>
6868

6969
<dependency>

pom.xml

+7-3
Original file line numberDiff line numberDiff line change
@@ -247,20 +247,24 @@
247247
<dependency>
248248
<groupId>org.codehaus.plexus</groupId>
249249
<artifactId>plexus-velocity</artifactId>
250-
<version>2.0</version>
250+
<version>1.2</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>
256260
</exclusions>
257261
</dependency>
258262

259263
<!-- other -->
260264
<dependency>
261265
<groupId>org.apache.velocity</groupId>
262-
<artifactId>velocity-engine-core</artifactId>
263-
<version>2.3</version>
266+
<artifactId>velocity</artifactId>
267+
<version>1.7</version>
264268
</dependency>
265269

266270
<dependency>

0 commit comments

Comments
 (0)