Skip to content

Commit

Permalink
Revert "Bump plexus-velocity from 1.2 to 2.0 and velocity from 1.7 to…
Browse files Browse the repository at this point in the history
… 2.3 (#195)" (#198)

This reverts commit df4b8fd.
  • Loading branch information
gnodet authored Feb 21, 2023
1 parent d99a455 commit 2721944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion maven-plugin-tools-generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<!-- other -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<artifactId>velocity</artifactId>
</dependency>

<dependency>
Expand Down
10 changes: 7 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,20 +247,24 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-velocity</artifactId>
<version>2.0</version>
<version>1.2</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- other -->
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 2721944

Please sign in to comment.