Skip to content

Commit 19e0dc1

Browse files
committed
exclude useless slf4j
1 parent 67bdaa9 commit 19e0dc1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@
4343
<groupId>cn.jpush.api</groupId>
4444
<artifactId>jiguang-common</artifactId>
4545
<version>0.1.6</version>
46+
<exclusions>
47+
<exclusion>
48+
<groupId>org.slf4j</groupId>
49+
<artifactId>slf4j-jdk14</artifactId>
50+
</exclusion>
51+
<exclusion>
52+
<groupId>org.slf4j</groupId>
53+
<artifactId>slf4j-nop</artifactId>
54+
</exclusion>
55+
</exclusions>
4656
</dependency>
4757
<dependency>
4858
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)