File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed
Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 115115 <artifactId >slf4j-api</artifactId >
116116 <version >${slf4j.version} </version >
117117 </dependency >
118+ <dependency >
119+ <groupId >com.thoughtworks.xstream</groupId >
120+ <artifactId >xstream</artifactId >
121+ <version >1.4.9</version >
122+ </dependency >
118123 <dependency >
119124 <groupId >ch.qos.logback</groupId >
120125 <artifactId >logback-classic</artifactId >
154159 <dependency >
155160 <groupId >com.google.guava</groupId >
156161 <artifactId >guava</artifactId >
162+ <version >${guava.version} </version >
157163 </dependency >
158164 </dependencies >
159165
189195 <version >${jetty.version} </version >
190196 <scope >test</scope >
191197 </dependency >
192- <dependency >
193- <groupId >com.google.guava</groupId >
194- <artifactId >guava</artifactId >
195- <version >${guava.version} </version >
196- </dependency >
197198 <dependency >
198199 <groupId >redis.clients</groupId >
199200 <artifactId >jedis</artifactId >
Original file line number Diff line number Diff line change 1414 <description >微信公众号、企业号Java SDK Common</description >
1515
1616 <dependencies >
17- <dependency >
18- <groupId >com.thoughtworks.xstream</groupId >
19- <artifactId >xstream</artifactId >
20- <version >1.4.7</version >
21- </dependency >
2217 <dependency >
2318 <groupId >org.testng</groupId >
2419 <artifactId >testng</artifactId >
Original file line number Diff line number Diff line change 1919 <artifactId >weixin-java-common</artifactId >
2020 <version >${project.version} </version >
2121 </dependency >
22+ <dependency >
23+ <groupId >redis.clients</groupId >
24+ <artifactId >jedis</artifactId >
25+ </dependency >
2226 <dependency >
2327 <groupId >org.testng</groupId >
2428 <artifactId >testng</artifactId >
4448 <artifactId >jetty-servlet</artifactId >
4549 <scope >test</scope >
4650 </dependency >
47- <dependency >
48- <groupId >redis.clients</groupId >
49- <artifactId >jedis</artifactId >
50- <version >2.9.0</version >
51- <optional >true</optional >
52- </dependency >
5351 </dependencies >
5452
5553 <build >
You can’t perform that action at this time.
0 commit comments