Skip to content

Commit aa49f96

Browse files
committed
adjust pom
1 parent a4daf56 commit aa49f96

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
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>
@@ -154,6 +159,7 @@
154159
<dependency>
155160
<groupId>com.google.guava</groupId>
156161
<artifactId>guava</artifactId>
162+
<version>${guava.version}</version>
157163
</dependency>
158164
</dependencies>
159165

@@ -189,11 +195,6 @@
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>

weixin-java-common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
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>

weixin-java-cp/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
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>
@@ -44,12 +48,6 @@
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>

0 commit comments

Comments
 (0)