Skip to content

Commit 0169999

Browse files
committed
cleanup
1 parent 339ae55 commit 0169999

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

pom.xml

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -336,10 +336,6 @@
336336
<id>spigot-repo</id>
337337
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
338338
</repository>
339-
<repository>
340-
<id>vault-repo</id>
341-
<url>https://jitpack.io</url>
342-
</repository>
343339
<repository>
344340
<id>sk89q-repo</id>
345341
<url>https://maven.sk89q.com/repo/</url>
@@ -387,12 +383,10 @@
387383
<url>https://jitpack.io</url>
388384
</repository>
389385
<!-- JsonConfiguration -->
390-
<!-- Repo was down temporary, building this as workaround-->
391386
<repository>
392387
<id>onarandombox</id>
393388
<url>https://repo.onarandombox.com/content/groups/public</url>
394389
</repository>
395-
396390
<!-- for development builds -->
397391
<repository>
398392
<id>sonatype-oss</id>
@@ -403,7 +397,7 @@
403397
<url>https://repo.minebench.de/</url>
404398
</repository>
405399
<repository>
406-
<id>songoda-repo</id>
400+
<id>songoda</id>
407401
<url>https://repo.songoda.com/repository/public/</url>
408402
</repository>
409403
<repository>
@@ -854,25 +848,18 @@
854848
<version>4.9.2</version>
855849
<systemPath>${project.basedir}/lib/TNE.jar</systemPath>
856850
</dependency>
857-
<dependency>
858-
<groupId>com.songoda</groupId>
859-
<artifactId>skyblock</artifactId>
860-
<version>2.2.13</version>
861-
<scope>provided</scope>
862-
<exclusions>
863-
<exclusion>
864-
<artifactId>MVdWPlaceholderAPI</artifactId>
865-
<groupId>be.maximvdw</groupId>
866-
</exclusion>
867-
</exclusions>
868-
</dependency>
869-
<!-- <dependency>-->
870-
<!-- <groupId>team.aura_dev.lib.slf4j-plugin.spigot</groupId>-->
871-
<!-- <artifactId>slf4j-plugin-spigot</artifactId>-->
872-
<!-- <version>1.2.0</version>-->
873-
<!-- <classifier>1.7.25</classifier>-->
874-
<!-- <scope>compile</scope>-->
875-
<!-- </dependency>-->
851+
<!-- <dependency>-->
852+
<!-- <groupId>com.songoda</groupId>-->
853+
<!-- <artifactId>skyblock</artifactId>-->
854+
<!-- <version>2.2.13</version>-->
855+
<!-- <scope>provided</scope>-->
856+
<!-- <exclusions>-->
857+
<!-- <exclusion>-->
858+
<!-- <artifactId>MVdWPlaceholderAPI</artifactId>-->
859+
<!-- <groupId>be.maximvdw</groupId>-->
860+
<!-- </exclusion>-->
861+
<!-- </exclusions>-->
862+
<!-- </dependency>-->
876863
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
877864
<dependency>
878865
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)