Skip to content

Commit 380372a

Browse files
authored
Shaves 3.7MiB of unused deps in scribe (openzipkin#1822)
1 parent 23f5449 commit 380372a

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

zipkin-collector/scribe/pom.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,40 @@
5858
<groupId>com.facebook.nifty</groupId>
5959
<artifactId>nifty-ssl</artifactId>
6060
</exclusion>
61+
<exclusion>
62+
<groupId>com.facebook.nifty</groupId>
63+
<artifactId>nifty-client</artifactId>
64+
</exclusion>
65+
<exclusion>
66+
<!-- huge and unused -->
67+
<groupId>org.weakref</groupId>
68+
<artifactId>jmxutils</artifactId>
69+
</exclusion>
70+
<!-- trying to reduce size -->
71+
<exclusion>
72+
<groupId>io.airlift</groupId>
73+
<artifactId>stats</artifactId>
74+
</exclusion>
75+
<exclusion>
76+
<groupId>com.google.code.findbugs</groupId>
77+
<artifactId>*</artifactId>
78+
</exclusion>
79+
<exclusion>
80+
<groupId>javax.inject</groupId>
81+
<artifactId>*</artifactId>
82+
</exclusion>
83+
<exclusion>
84+
<groupId>com.google.inject.extensions</groupId>
85+
<artifactId>*</artifactId>
86+
</exclusion>
87+
<exclusion>
88+
<groupId>com.google.inject</groupId>
89+
<artifactId>*</artifactId>
90+
</exclusion>
91+
<exclusion>
92+
<groupId>org.apache.httpcomponents</groupId>
93+
<artifactId>*</artifactId>
94+
</exclusion>
6195
</exclusions>
6296
</dependency>
6397

0 commit comments

Comments
 (0)