|
@@ -28,6 +28,17 @@
|
|
|
<dependency>
|
|
|
<groupId>org.springblade</groupId>
|
|
|
<artifactId>blade-starter-develop</artifactId>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
+ <artifactId>velocity-engine-core</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
|
+ <artifactId>velocity</artifactId>
|
|
|
+ <version>1.7</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.springblade</groupId>
|