|
336 | 336 | <id>spigot-repo</id> |
337 | 337 | <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url> |
338 | 338 | </repository> |
339 | | - <repository> |
340 | | - <id>vault-repo</id> |
341 | | - <url>https://jitpack.io</url> |
342 | | - </repository> |
343 | 339 | <repository> |
344 | 340 | <id>sk89q-repo</id> |
345 | 341 | <url>https://maven.sk89q.com/repo/</url> |
|
387 | 383 | <url>https://jitpack.io</url> |
388 | 384 | </repository> |
389 | 385 | <!-- JsonConfiguration --> |
390 | | - <!-- Repo was down temporary, building this as workaround--> |
391 | 386 | <repository> |
392 | 387 | <id>onarandombox</id> |
393 | 388 | <url>https://repo.onarandombox.com/content/groups/public</url> |
394 | 389 | </repository> |
395 | | - |
396 | 390 | <!-- for development builds --> |
397 | 391 | <repository> |
398 | 392 | <id>sonatype-oss</id> |
|
403 | 397 | <url>https://repo.minebench.de/</url> |
404 | 398 | </repository> |
405 | 399 | <repository> |
406 | | - <id>songoda-repo</id> |
| 400 | + <id>songoda</id> |
407 | 401 | <url>https://repo.songoda.com/repository/public/</url> |
408 | 402 | </repository> |
409 | 403 | <repository> |
|
854 | 848 | <version>4.9.2</version> |
855 | 849 | <systemPath>${project.basedir}/lib/TNE.jar</systemPath> |
856 | 850 | </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>--> |
876 | 863 | <!-- https://mvnrepository.com/artifact/commons-codec/commons-codec --> |
877 | 864 | <dependency> |
878 | 865 | <groupId>commons-codec</groupId> |
|
0 commit comments