Skip to content

Commit 8591d12

Browse files
authored
Update README.md
1 parent fca02bc commit 8591d12

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>cn.jpush.api</groupId>
2828
<artifactId>jpush-client</artifactId>
29-
<version>3.2.11</version>
29+
<version>3.2.15</version>
3030
</dependency>
3131
```
3232
### jar 包方式
@@ -46,17 +46,13 @@
4646
<dependency>
4747
<groupId>cn.jpush.api</groupId>
4848
<artifactId>jiguang-common</artifactId>
49-
<version>0.1.6</version>
50-
<exclusions>
51-
<exclusion>
52-
<groupId>org.slf4j</groupId>
53-
<artifactId>slf4j-jdk14</artifactId>
54-
</exclusion>
55-
<exclusion>
56-
<groupId>org.slf4j</groupId>
57-
<artifactId>slf4j-nop</artifactId>
58-
</exclusion>
59-
</exclusions>
49+
<version>1.0.1</version>
50+
</dependency>
51+
<dependency>
52+
<groupId>io.netty</groupId>
53+
<artifactId>netty-all</artifactId>
54+
<version>4.1.6.Final</version>
55+
<scope>compile</scope>
6056
</dependency>
6157
<dependency>
6258
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)