|
@@ -136,8 +136,18 @@ |
|
@@ -136,8 +136,18 @@ |
|
136
|
<groupId>org.apache.velocity</groupId>
|
136
|
<groupId>org.apache.velocity</groupId>
|
|
137
|
<artifactId>velocity</artifactId>
|
137
|
<artifactId>velocity</artifactId>
|
|
138
|
<version>${velocity.version}</version>
|
138
|
<version>${velocity.version}</version>
|
|
|
|
139
|
+ <exclusions>
|
|
|
|
140
|
+ <exclusion>
|
|
|
|
141
|
+ <groupId>commons-collections</groupId>
|
|
|
|
142
|
+ <artifactId>commons-collections</artifactId>
|
|
|
|
143
|
+ </exclusion>
|
|
|
|
144
|
+ </exclusions>
|
|
|
|
145
|
+ </dependency>
|
|
|
|
146
|
+ <dependency>
|
|
|
|
147
|
+ <groupId>commons-collections</groupId>
|
|
|
|
148
|
+ <artifactId>commons-collections</artifactId>
|
|
|
|
149
|
+ <version>3.2.2</version>
|
|
139
|
</dependency>
|
150
|
</dependency>
|
|
140
|
-
|
|
|
|
141
|
<!-- 阿里JSON解析器 -->
|
151
|
<!-- 阿里JSON解析器 -->
|
|
142
|
<dependency>
|
152
|
<dependency>
|
|
143
|
<groupId>com.alibaba</groupId>
|
153
|
<groupId>com.alibaba</groupId>
|