File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ under the License.
89
89
</dependency >
90
90
<dependency >
91
91
<groupId >org.apache.velocity</groupId >
92
- <artifactId >velocity-engine-core</artifactId >
92
+ <artifactId >velocity</artifactId >
93
+ <version >1.7</version >
93
94
</dependency >
94
95
<dependency >
95
96
<groupId >org.apache.commons</groupId >
Original file line number Diff line number Diff line change @@ -92,11 +92,6 @@ under the License.
92
92
<artifactId >commons-lang3</artifactId >
93
93
<version >3.12.0</version >
94
94
</dependency >
95
- <dependency >
96
- <groupId >org.apache.velocity</groupId >
97
- <artifactId >velocity-engine-core</artifactId >
98
- <version >2.3</version >
99
- </dependency >
100
95
<dependency >
101
96
<groupId >org.codehaus.plexus</groupId >
102
97
<artifactId >plexus-java</artifactId >
You can’t perform that action at this time.
0 commit comments