Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit authored Apr 11, 2021
1 parent 351d07a commit 53f7876
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</repository>

<repository>
<id>bstats-repo</id>
<id>codemc-repo</id>
<url>https://repo.codemc.org/repository/maven-public</url>
</repository>
</repositories>
Expand Down Expand Up @@ -68,7 +68,7 @@
<!-- Shade dependencies into the output jar -->
<relocations>
<relocation>
<pattern>org.bstats.bukkit</pattern>
<pattern>org.bstats</pattern>
<shadedPattern>io.github.thebusybiscuit.ecopower.bstats</shadedPattern>
</relocation>
</relocations>
Expand Down Expand Up @@ -100,27 +100,14 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.4-R0.1-SNAPSHOT</version>
<version>1.16.5-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>CS-CoreLib</artifactId>
<version>9dd4a1cf8d</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>io.github.thebusybiscuit</groupId>
<artifactId>cscorelib2</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.github.TheBusyBiscuit</groupId>
<artifactId>Slimefun4</artifactId>
<version>RC-19</version>
<version>RC-21</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -137,4 +124,4 @@
<scope>compile</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 53f7876

Please sign in to comment.