Skip to content

Commit

Permalink
[JXR-174] Revert JXR-157 until next major version
Browse files Browse the repository at this point in the history
Downgrade to Velocity 1.7 to be consistent with Doxia Sitetools 1.11.1.

This closes #69
  • Loading branch information
michael-o committed Aug 16, 2022
1 parent f2c0657 commit 2313f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion maven-jxr/pom.xml
Expand Up @@ -89,7 +89,8 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
5 changes: 0 additions & 5 deletions pom.xml
Expand Up @@ -92,11 +92,6 @@ under the License.
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-java</artifactId>
Expand Down

0 comments on commit 2313f3a

Please sign in to comment.