update pom

This commit is contained in:
Lennart ten Wolde 2016-03-06 16:44:01 +01:00
parent 589798c1b6
commit 93f4c6f6c0

13
pom.xml
View file

@ -67,12 +67,6 @@
<version>1.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>mkremins</groupId>
<artifactId>fanciful</artifactId>
<version>0.3.3-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -207,12 +201,19 @@
<goal>shade</goal>
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<artifactSet>
<includes>
<include>mkremins:fanciful</include>
<include>com.lenis0012.bukkit:lenisutils</include>
</includes>
</artifactSet>
<relocations>
<relocation>
<parrent>com.lenis0012.pluginutils</parrent>
<shadedPattern>com.lenis0012.libs.pluginutils</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>