relocate gson lib.

This commit is contained in:
DNx5 2015-10-23 00:21:22 +07:00
parent 391a2a123a
commit beb46ebf6f

13
pom.xml
View File

@ -105,6 +105,10 @@
<pattern>org.mcstats</pattern>
<shadedPattern>fr.xephi.authme</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>fr.xephi.authme.libs.gson</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
@ -219,14 +223,7 @@
<optional>true</optional>
</dependency>
<!-- Java Email API and Implementation
<dependency>
<groupId>javax.mail</groupId>
<artifactId>javax.mail-api</artifactId>
<version>1.5.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency> -->
<!-- Java Email API and Implementation -->
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>