File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
maven-plugin-tools-generators Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6363 <!-- other -->
6464 <dependency >
6565 <groupId >org.apache.velocity</groupId >
66- <artifactId >velocity-engine-core </artifactId >
66+ <artifactId >velocity</artifactId >
6767 </dependency >
6868
6969 <dependency >
Original file line number Diff line number Diff line change 247247 <dependency >
248248 <groupId >org.codehaus.plexus</groupId >
249249 <artifactId >plexus-velocity</artifactId >
250- <version >2.0 </version >
250+ <version >1.2 </version >
251251 <exclusions >
252252 <exclusion >
253253 <groupId >org.codehaus.plexus</groupId >
254254 <artifactId >plexus-container-default</artifactId >
255255 </exclusion >
256+ <exclusion >
257+ <groupId >velocity</groupId >
258+ <artifactId >velocity</artifactId >
259+ </exclusion >
256260 </exclusions >
257261 </dependency >
258262
259263 <!-- other -->
260264 <dependency >
261265 <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 >
264268 </dependency >
265269
266270 <dependency >
You can’t perform that action at this time.
0 commit comments