We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c0657 commit 2313f3aCopy full SHA for 2313f3a
maven-jxr/pom.xml
@@ -89,7 +89,8 @@ under the License.
89
</dependency>
90
<dependency>
91
<groupId>org.apache.velocity</groupId>
92
- <artifactId>velocity-engine-core</artifactId>
+ <artifactId>velocity</artifactId>
93
+ <version>1.7</version>
94
95
96
<groupId>org.apache.commons</groupId>
pom.xml
@@ -92,11 +92,6 @@ under the License.
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
- <dependency>
- <groupId>org.apache.velocity</groupId>
97
98
- <version>2.3</version>
99
- </dependency>
100
101
<groupId>org.codehaus.plexus</groupId>
102
<artifactId>plexus-java</artifactId>
0 commit comments