File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 58
58
<groupId >com.facebook.nifty</groupId >
59
59
<artifactId >nifty-ssl</artifactId >
60
60
</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 >
61
95
</exclusions >
62
96
</dependency >
63
97
You can’t perform that action at this time.
0 commit comments