remove Gson lib...

Signed-off-by: 502647092 <jtb1@163.com>
dev
502647092 2015-10-27 09:49:24 +08:00
parent 2d5524222e
commit f52a1bc35f
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -33,7 +33,6 @@
<artifactSet>
<includes>
<include>cn.citycraft:PluginHelper</include>
<include>cn.mcraft:Gson</include>
</includes>
</artifactSet>
<relocations>
@ -41,10 +40,6 @@
<pattern>cn.citycraft.PluginHelper</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
</relocation>
<relocation>
<pattern>cn.mcraft</pattern>
<shadedPattern>${project.groupId}.${project.artifactId}</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
@ -86,11 +81,5 @@
<type>jar</type>
<version>1.0</version>
</dependency>
<dependency>
<groupId>cn.mcraft</groupId>
<artifactId>Gson</artifactId>
<type>jar</type>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>