Skip to content

Commit 2313f3a

Browse files
committed
[JXR-174] Revert JXR-157 until next major version
Downgrade to Velocity 1.7 to be consistent with Doxia Sitetools 1.11.1. This closes #69
1 parent f2c0657 commit 2313f3a

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

maven-jxr/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ under the License.
8989
</dependency>
9090
<dependency>
9191
<groupId>org.apache.velocity</groupId>
92-
<artifactId>velocity-engine-core</artifactId>
92+
<artifactId>velocity</artifactId>
93+
<version>1.7</version>
9394
</dependency>
9495
<dependency>
9596
<groupId>org.apache.commons</groupId>

pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,6 @@ under the License.
9292
<artifactId>commons-lang3</artifactId>
9393
<version>3.12.0</version>
9494
</dependency>
95-
<dependency>
96-
<groupId>org.apache.velocity</groupId>
97-
<artifactId>velocity-engine-core</artifactId>
98-
<version>2.3</version>
99-
</dependency>
10095
<dependency>
10196
<groupId>org.codehaus.plexus</groupId>
10297
<artifactId>plexus-java</artifactId>

0 commit comments

Comments
 (0)