|
493 | 493 | <version>1.1</version> |
494 | 494 | </dependency> |
495 | 495 | <!--JsonConfiguration Dependency End--> |
496 | | - <dependency> |
497 | | - <groupId>com.github.MilkBowl</groupId> |
498 | | - <artifactId>VaultAPI</artifactId> |
499 | | - <version>1.7.1</version> |
500 | | - <scope>provided</scope> |
501 | | - <exclusions> |
502 | | - <exclusion> |
503 | | - <artifactId>guava</artifactId> |
504 | | - <groupId>com.google.guava</groupId> |
505 | | - </exclusion> |
506 | | - <exclusion> |
507 | | - <artifactId>snakeyaml</artifactId> |
508 | | - <groupId>org.yaml</groupId> |
509 | | - </exclusion> |
510 | | - <exclusion> |
511 | | - <artifactId>junit</artifactId> |
512 | | - <groupId>junit</groupId> |
513 | | - </exclusion> |
514 | | - <exclusion> |
515 | | - <artifactId>bukkit</artifactId> |
516 | | - <groupId>org.bukkit</groupId> |
517 | | - </exclusion> |
518 | | - </exclusions> |
519 | | - </dependency> |
520 | | - <!-- <dependency>--> |
521 | | - <!-- <groupId>net.tnemc</groupId>--> |
522 | | - <!-- <artifactId>Reserve</artifactId>--> |
523 | | - <!-- <version>0.1.3.0</version>--> |
524 | | - <!-- <scope>provided</scope>--> |
525 | | - <!-- <exclusions>--> |
526 | | - <!-- <exclusion>--> |
527 | | - <!-- <groupId>com.github</groupId>--> |
528 | | - <!-- <artifactId>TNELib</artifactId>--> |
529 | | - <!-- </exclusion>--> |
530 | | - <!-- </exclusions>--> |
531 | | - <!-- </dependency>--> |
532 | 496 | <dependency> |
533 | 497 | <groupId>com.github.jikoo.OpenInv</groupId> |
534 | 498 | <artifactId>openinvapi</artifactId> |
|
758 | 722 | <version>1.7.1-modified</version> |
759 | 723 | <scope>compile</scope> |
760 | 724 | </dependency> |
761 | | - <dependency> |
762 | | - <groupId>me.xanium</groupId> |
763 | | - <artifactId>GemsEconomy</artifactId> |
764 | | - <scope>system</scope> |
765 | | - <version>4.9.3-GCRemake-1.6</version> |
766 | | - <systemPath>${project.basedir}/lib/GemsEconomy-4.9.2.jar</systemPath> |
767 | | - </dependency> |
768 | | - <dependency> |
769 | | - <groupId>tne.tne</groupId> |
770 | | - <artifactId>TheNewEconomy</artifactId> |
771 | | - <scope>system</scope> |
772 | | - <version>0.1.1.17-PRE-2</version> |
773 | | - <systemPath>${project.basedir}/lib/TNE-0.1.1.17-PRE-2.jar</systemPath> |
774 | | - </dependency> |
775 | 725 | <dependency> |
776 | 726 | <groupId>com.songoda</groupId> |
777 | 727 | <artifactId>skyblock</artifactId> |
|
0 commit comments