File tree 2 files changed +4
-8
lines changed
maven-plugin-tools-generators
2 files changed +4
-8
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</artifactId >
66
+ <artifactId >velocity-engine-core </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 >1.2 </version >
250
+ <version >2.0 </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 >
260
256
</exclusions >
261
257
</dependency >
262
258
263
259
<!-- other -->
264
260
<dependency >
265
261
<groupId >org.apache.velocity</groupId >
266
- <artifactId >velocity</artifactId >
267
- <version >1.7 </version >
262
+ <artifactId >velocity-engine-core </artifactId >
263
+ <version >2.3 </version >
268
264
</dependency >
269
265
270
266
<dependency >
You can’t perform that action at this time.
0 commit comments