|
61 | 61 | <bukkitplugin.authors>Xephi, sgdc3, DNx5, timvisee, games647, ljacqu, Gnat008</bukkitplugin.authors> |
62 | 62 |
|
63 | 63 | <!-- Change Bukkit Version HERE! --> |
64 | | - <bukkit.version>1.12-R0.1-SNAPSHOT</bukkit.version> |
| 64 | + <bukkit.version>1.12.1-R0.1-SNAPSHOT</bukkit.version> |
65 | 65 | </properties> |
66 | 66 |
|
67 | 67 | <!-- Jenkins profile --> |
|
119 | 119 | <plugin> |
120 | 120 | <groupId>org.apache.maven.plugins</groupId> |
121 | 121 | <artifactId>maven-compiler-plugin</artifactId> |
122 | | - <version>3.6.1</version> |
| 122 | + <version>3.6.2</version> |
123 | 123 | <configuration> |
124 | 124 | <source>${project.jdkVersion}</source> |
125 | 125 | <target>${project.jdkVersion}</target> |
|
142 | 142 | <plugin> |
143 | 143 | <groupId>org.apache.maven.plugins</groupId> |
144 | 144 | <artifactId>maven-shade-plugin</artifactId> |
145 | | - <version>3.0.0</version> |
| 145 | + <version>3.1.0</version> |
146 | 146 | <executions> |
147 | 147 | <!-- Run shade goal on package phase --> |
148 | 148 | <execution> |
|
254 | 254 | <url>http://repo.ess3.net/content/groups/essentials</url> |
255 | 255 | </repository> |
256 | 256 |
|
257 | | - <!-- CombatTagPlus Repo --> |
258 | | - <repository> |
259 | | - <id>minelink-repo</id> |
260 | | - <url>http://repo.minelink.net/content/repositories/public</url> |
261 | | - </repository> |
262 | | - |
263 | 257 | <!-- ProtocolLib Repo --> |
264 | 258 | <repository> |
265 | 259 | <id>dmulloy2-repo</id> |
|
325 | 319 | <dependency> |
326 | 320 | <groupId>com.google.guava</groupId> |
327 | 321 | <artifactId>guava</artifactId> |
328 | | - <version>22.0</version> |
| 322 | + <version>23.0</version> |
329 | 323 | <scope>compile</scope> |
330 | 324 | <optional>true</optional> |
331 | 325 | </dependency> |
|
343 | 337 | <dependency> |
344 | 338 | <groupId>org.apache.commons</groupId> |
345 | 339 | <artifactId>commons-email</artifactId> |
346 | | - <version>1.4</version> |
| 340 | + <version>1.5</version> |
347 | 341 | <scope>compile</scope> |
348 | 342 | <optional>true</optional> |
349 | 343 | </dependency> |
|
422 | 416 | <dependency> |
423 | 417 | <groupId>org.bstats</groupId> |
424 | 418 | <artifactId>bstats-bukkit</artifactId> |
425 | | - <version>1.0</version> |
| 419 | + <version>1.2</version> |
426 | 420 | </dependency> |
427 | 421 |
|
428 | 422 | <!-- ProtocolLib --> |
429 | 423 | <dependency> |
430 | 424 | <groupId>com.comphenix.protocol</groupId> |
431 | 425 | <artifactId>ProtocolLib-API</artifactId> |
432 | | - <version>4.2.1</version> |
| 426 | + <version>4.4.0-SNAPSHOT</version> |
433 | 427 | <scope>provided</scope> |
434 | 428 | <exclusions> |
435 | 429 | <exclusion> |
|
483 | 477 | </exclusions> |
484 | 478 | </dependency> |
485 | 479 |
|
486 | | - <!-- PermissionsBukkit plugin --> |
487 | | - <dependency> |
488 | | - <groupId>com.platymuus</groupId> |
489 | | - <artifactId>bukkit-permissions</artifactId> |
490 | | - <version>2.5</version> |
491 | | - <scope>provided</scope> |
492 | | - <exclusions> |
493 | | - <exclusion> |
494 | | - <groupId>org.bukkit</groupId> |
495 | | - <artifactId>bukkit</artifactId> |
496 | | - </exclusion> |
497 | | - </exclusions> |
498 | | - </dependency> |
499 | | - |
500 | 480 | <!-- zPermissions plugin --> |
501 | 481 | <dependency> |
502 | 482 | <groupId>org.tyrannyofheaven.bukkit</groupId> |
503 | 483 | <artifactId>zPermissions</artifactId> |
504 | | - <version>1.3.1-SNAPSHOT</version> |
| 484 | + <version>1.4-SNAPSHOT</version> |
505 | 485 | <scope>provided</scope> |
506 | 486 | <exclusions> |
507 | 487 | <exclusion> |
|
528 | 508 | <artifactId>ToHPluginUtils</artifactId> |
529 | 509 | <groupId>org.tyrannyofheaven.bukkit</groupId> |
530 | 510 | </exclusion> |
| 511 | + <exclusion> |
| 512 | + <artifactId>Residence</artifactId> |
| 513 | + <groupId>com.bekvon.bukkit</groupId> |
| 514 | + </exclusion> |
| 515 | + <exclusion> |
| 516 | + <artifactId>Factions</artifactId> |
| 517 | + <groupId>com.massivecraft</groupId> |
| 518 | + </exclusion> |
| 519 | + <exclusion> |
| 520 | + <artifactId>mcore</artifactId> |
| 521 | + <groupId>com.massivecraft</groupId> |
| 522 | + </exclusion> |
| 523 | + <exclusion> |
| 524 | + <artifactId>Factoid</artifactId> |
| 525 | + <groupId>me.tabinol.factoid</groupId> |
| 526 | + </exclusion> |
| 527 | + <exclusion> |
| 528 | + <artifactId>ebean</artifactId> |
| 529 | + <groupId>org.avaje</groupId> |
| 530 | + </exclusion> |
| 531 | + <exclusion> |
| 532 | + <artifactId>persistence-api</artifactId> |
| 533 | + <groupId>javax.persistence</groupId> |
| 534 | + </exclusion> |
531 | 535 | </exclusions> |
532 | 536 | </dependency> |
533 | 537 |
|
|
553 | 557 | <dependency> |
554 | 558 | <groupId>com.onarandombox.multiversecore</groupId> |
555 | 559 | <artifactId>Multiverse-Core</artifactId> |
556 | | - <version>2.5.0-SNAPSHOT</version> |
| 560 | + <version>2.6.0-SNAPSHOT</version> |
557 | 561 | <type>jar</type> |
558 | 562 | <scope>provided</scope> |
559 | 563 | <exclusions> |
|
630 | 634 | </exclusions> |
631 | 635 | </dependency> |
632 | 636 |
|
633 | | - <!-- Anti-PvPLogging plugin, https://github.com/MinelinkNetwork/CombatTagPlus --> |
634 | | - <dependency> |
635 | | - <groupId>net.minelink</groupId> |
636 | | - <artifactId>CombatTagPlus</artifactId> |
637 | | - <version>1.3.0-SNAPSHOT</version> |
638 | | - <scope>provided</scope> |
639 | | - <exclusions> |
640 | | - <exclusion> |
641 | | - <groupId>org.bukkit</groupId> |
642 | | - <artifactId>bukkit</artifactId> |
643 | | - </exclusion> |
644 | | - <exclusion> |
645 | | - <groupId>org.bukkit</groupId> |
646 | | - <artifactId>craftbukkit</artifactId> |
647 | | - </exclusion> |
648 | | - <exclusion> |
649 | | - <artifactId>CombatTagPlusHook</artifactId> |
650 | | - <groupId>net.minelink</groupId> |
651 | | - </exclusion> |
652 | | - <exclusion> |
653 | | - <artifactId>CombatTagPlusFactions-v1_6</artifactId> |
654 | | - <groupId>net.minelink</groupId> |
655 | | - </exclusion> |
656 | | - <exclusion> |
657 | | - <artifactId>CombatTagPlusCompat-v1_7_R3</artifactId> |
658 | | - <groupId>net.minelink</groupId> |
659 | | - </exclusion> |
660 | | - <exclusion> |
661 | | - <artifactId>CombatTagPlusFactions-v1_8</artifactId> |
662 | | - <groupId>net.minelink</groupId> |
663 | | - </exclusion> |
664 | | - <exclusion> |
665 | | - <artifactId>CombatTagPlusCompat-v1_7_R4</artifactId> |
666 | | - <groupId>net.minelink</groupId> |
667 | | - </exclusion> |
668 | | - <exclusion> |
669 | | - <artifactId>CombatTagPlusWG-v5</artifactId> |
670 | | - <groupId>net.minelink</groupId> |
671 | | - </exclusion> |
672 | | - <exclusion> |
673 | | - <artifactId>CombatTagPlusWG-v6</artifactId> |
674 | | - <groupId>net.minelink</groupId> |
675 | | - </exclusion> |
676 | | - <exclusion> |
677 | | - <artifactId>CombatTagPlusCompat-API</artifactId> |
678 | | - <groupId>net.minelink</groupId> |
679 | | - </exclusion> |
680 | | - <exclusion> |
681 | | - <artifactId>CombatTagPlusFactions-v2_6</artifactId> |
682 | | - <groupId>net.minelink</groupId> |
683 | | - </exclusion> |
684 | | - <exclusion> |
685 | | - <artifactId>CombatTagPlusCompat-v1_8_R3</artifactId> |
686 | | - <groupId>net.minelink</groupId> |
687 | | - </exclusion> |
688 | | - <exclusion> |
689 | | - <artifactId>CombatTagPlusFactions-v2_7</artifactId> |
690 | | - <groupId>net.minelink</groupId> |
691 | | - </exclusion> |
692 | | - <exclusion> |
693 | | - <artifactId>CombatTagPlusCompat-v1_8_R2</artifactId> |
694 | | - <groupId>net.minelink</groupId> |
695 | | - </exclusion> |
696 | | - <exclusion> |
697 | | - <artifactId>CombatTagPlusCompat-v1_8_R1</artifactId> |
698 | | - <groupId>net.minelink</groupId> |
699 | | - </exclusion> |
700 | | - <exclusion> |
701 | | - <artifactId>metrics-lite</artifactId> |
702 | | - <groupId>org.mcstats.bukkit</groupId> |
703 | | - </exclusion> |
704 | | - <exclusion> |
705 | | - <groupId>net.minelink</groupId> |
706 | | - <artifactId>CombatTagPlusCompat-v1_9_R1</artifactId> |
707 | | - </exclusion> |
708 | | - <exclusion> |
709 | | - <groupId>net.minelink</groupId> |
710 | | - <artifactId>CombatTagPlusCompat-v1_9_R2</artifactId> |
711 | | - </exclusion> |
712 | | - <exclusion> |
713 | | - <groupId>net.minelink</groupId> |
714 | | - <artifactId> |
715 | | - CombatTagPlusCompat-v1_10_R1 |
716 | | - </artifactId> |
717 | | - </exclusion> |
718 | | - <exclusion> |
719 | | - <groupId>com.google.code.findbugs</groupId> |
720 | | - <artifactId>jsr305</artifactId> |
721 | | - </exclusion> |
722 | | - </exclusions> |
723 | | - </dependency> |
724 | | - |
725 | 637 | <!-- XAuth, another authentication plugin, required by the database converter --> |
726 | 638 | <dependency> |
727 | 639 | <groupId>de.luricos.bukkit</groupId> |
|
799 | 711 | <groupId>org.mockito</groupId> |
800 | 712 | <artifactId>mockito-core</artifactId> |
801 | 713 | <scope>test</scope> |
802 | | - <version>2.8.47</version> |
| 714 | + <version>2.9.0</version> |
803 | 715 | <exclusions> |
804 | 716 | <exclusion> |
805 | 717 | <artifactId>hamcrest-core</artifactId> |
|
812 | 724 | <dependency> |
813 | 725 | <groupId>org.xerial</groupId> |
814 | 726 | <artifactId>sqlite-jdbc</artifactId> |
815 | | - <version>3.19.3</version> |
| 727 | + <version>3.20.0</version> |
816 | 728 | <scope>test</scope> |
817 | 729 | </dependency> |
818 | 730 | <dependency> |
|
0 commit comments