Skip to content

Commit e44652e

Browse files
author
Javen Fang
committed
Update README.md
maven jar 3.2.3 is ready now
1 parent d0b4c96 commit e44652e

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>cn.jpush.api</groupId>
2626
<artifactId>jpush-client</artifactId>
27-
<version>3.1.3</version>
27+
<version>3.2.3</version>
2828
</dependency>
2929
```
3030
### jar 包方式
@@ -51,6 +51,8 @@
5151
<artifactId>slf4j-api</artifactId>
5252
<version>1.7.5</version>
5353
</dependency>
54+
55+
<!-- For log4j -->
5456
<dependency>
5557
<groupId>org.slf4j</groupId>
5658
<artifactId>slf4j-log4j12</artifactId>
@@ -61,23 +63,7 @@
6163
<artifactId>log4j</artifactId>
6264
<version>1.2.16</version>
6365
</dependency>
64-
<dependency>
65-
<groupId>junit</groupId>
66-
<artifactId>junit</artifactId>
67-
<version>4.11</version>
68-
<scope>test</scope>
69-
</dependency>
70-
<dependency>
71-
<groupId>com.google.guava</groupId>
72-
<artifactId>guava</artifactId>
73-
<version>17.0</version>
74-
</dependency>
75-
<dependency>
76-
<groupId>com.squareup.okhttp</groupId>
77-
<artifactId>mockwebserver</artifactId>
78-
<version>1.5.4</version>
79-
<scope>test</scope>
80-
</dependency>
66+
8167
8268
```
8369

0 commit comments

Comments
 (0)