mirror of
https://e.coding.net/circlecloud/Soulbound.git
synced 2025-11-25 21:46:20 +00:00
18
pom.xml
18
pom.xml
@@ -14,7 +14,7 @@
|
||||
<sourceDirectory>src</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/java</directory>
|
||||
<directory>src</directory>
|
||||
<excludes>
|
||||
<exclude>**/*.java</exclude>
|
||||
</excludes>
|
||||
@@ -37,7 +37,6 @@
|
||||
<artifactSet>
|
||||
<includes>
|
||||
<include>org.mcstats.bukkit:metrics</include>
|
||||
<include>org.nunnerycode.bukkit:mythicdropsapi-lib</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<relocations>
|
||||
@@ -45,10 +44,6 @@
|
||||
<pattern>org.mcstats.bukkit</pattern>
|
||||
<shadedPattern>com.me.tft_02.soulbound.util</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.nunnerycode.bukkit</pattern>
|
||||
<shadedPattern>com.me.tft_02.soulbound.util</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -71,10 +66,6 @@
|
||||
<id>Plugin Metrics</id>
|
||||
<url>http://repo.mcstats.org/content/repositories/public</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>mythicdrops-repo</id>
|
||||
<url>http://repository-topplethenun.forge.cloudbees.com/snapshot/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
@@ -90,13 +81,6 @@
|
||||
<version>R7</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.nunnerycode.bukkit</groupId>
|
||||
<artifactId>mythicdropsapi-lib</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
Reference in New Issue
Block a user