We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bdaa9 commit 19e0dc1Copy full SHA for 19e0dc1
pom.xml
@@ -43,6 +43,16 @@
43
<groupId>cn.jpush.api</groupId>
44
<artifactId>jiguang-common</artifactId>
45
<version>0.1.6</version>
46
+ <exclusions>
47
+ <exclusion>
48
+ <groupId>org.slf4j</groupId>
49
+ <artifactId>slf4j-jdk14</artifactId>
50
+ </exclusion>
51
52
53
+ <artifactId>slf4j-nop</artifactId>
54
55
+ </exclusions>
56
</dependency>
57
<dependency>
58
<groupId>com.google.code.gson</groupId>
0 commit comments