File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 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 包方式
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>
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
You can’t perform that action at this time.
0 commit comments