File tree 2 files changed +8
-4
lines changed
maven-plugin-tools-generators
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 63
63
<!-- other -->
64
64
<dependency >
65
65
<groupId >org.apache.velocity</groupId >
66
- <artifactId >velocity-engine-core </artifactId >
66
+ <artifactId >velocity</artifactId >
67
67
</dependency >
68
68
69
69
<dependency >
Original file line number Diff line number Diff line change 247
247
<dependency >
248
248
<groupId >org.codehaus.plexus</groupId >
249
249
<artifactId >plexus-velocity</artifactId >
250
- <version >2.0 </version >
250
+ <version >1.2 </version >
251
251
<exclusions >
252
252
<exclusion >
253
253
<groupId >org.codehaus.plexus</groupId >
254
254
<artifactId >plexus-container-default</artifactId >
255
255
</exclusion >
256
+ <exclusion >
257
+ <groupId >velocity</groupId >
258
+ <artifactId >velocity</artifactId >
259
+ </exclusion >
256
260
</exclusions >
257
261
</dependency >
258
262
259
263
<!-- other -->
260
264
<dependency >
261
265
<groupId >org.apache.velocity</groupId >
262
- <artifactId >velocity-engine-core </artifactId >
263
- <version >2.3 </version >
266
+ <artifactId >velocity</artifactId >
267
+ <version >1.7 </version >
264
268
</dependency >
265
269
266
270
<dependency >
You can’t perform that action at this time.
0 commit comments