Skip to content

Commit d2032cf

Browse files
committed
Now it works, and leaves the jar around 2MB...
1 parent d5d9834 commit d2032cf

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

pom.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@
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>
@@ -97,12 +96,10 @@
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>

0 commit comments

Comments
 (0)