File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 5252 <artifactId >maven-shade-plugin</artifactId >
5353 <version >2.4.3</version >
5454 <configuration >
55- <minimizeJar >true</minimizeJar >
5655 <relocations >
5756 <relocation >
5857 <pattern >org.bstats</pattern >
59- <shadedPattern >me .jaimemartz.playerbalancer</shadedPattern >
58+ <shadedPattern >com .jaimemartz.playerbalancer.metrics </shadedPattern >
6059 </relocation >
6160 </relocations >
6261 </configuration >
9796 <scope >compile</scope >
9897 </dependency >
9998 <dependency >
100- <groupId >commons-io</groupId >
101- <artifactId >commons-io</artifactId >
102- <version >LATEST</version >
103- <scope >provided</scope >
99+ <groupId >org.apache.httpcomponents</groupId >
100+ <artifactId >httpmime</artifactId >
101+ <version >4.3.6</version >
104102 </dependency >
105-
106103 <!-- TODO Ditch this dependency, move to ConfigMe -->
107104 <dependency >
108105 <groupId >me.jaimemartz</groupId >
You can’t perform that action at this time.
0 commit comments