|
14 | 14 | <id>enginehub-maven</id> |
15 | 15 | <url>https://maven.enginehub.org/repo/</url> |
16 | 16 | </repository> |
17 | | - <repository> |
18 | | - <id>vault-repo</id> |
19 | | - <url>http://nexus.hc.to/content/repositories/pub_releases</url> |
20 | | - </repository> |
21 | 17 | <repository> |
22 | 18 | <id>essentialsx-repo</id> |
23 | 19 | <url>https://ci.ender.zone/plugin/repository/everything/</url> |
24 | 20 | </repository> |
| 21 | + <repository> |
| 22 | + <!-- PresiousStones repo --> |
| 23 | + <id>elMakers-repo</id> |
| 24 | + <url>http://maven.elmakers.com/repository/</url> |
| 25 | + </repository> |
25 | 26 | </repositories> |
26 | 27 |
|
27 | 28 | <dependencies> |
28 | 29 | <!-- zlibs --> |
29 | 30 | <dependency> |
30 | 31 | <groupId>com.dropbox.core</groupId> |
31 | 32 | <artifactId>dropbox-core-sdk</artifactId> |
32 | | - <version>3.1.3</version> |
| 33 | + <version>3.1.5</version> |
33 | 34 | </dependency> |
34 | 35 | <dependency> |
35 | 36 | <groupId>com.google.api-client</groupId> |
36 | 37 | <artifactId>google-api-client</artifactId> |
37 | | - <version>1.30.7</version> |
| 38 | + <version>1.30.11</version> |
38 | 39 | </dependency> |
39 | 40 | <dependency> |
40 | 41 | <groupId>com.google.apis</groupId> |
41 | 42 | <artifactId>google-api-services-drive</artifactId> |
42 | | - <version>v3-rev20191108-1.30.3</version> |
| 43 | + <version>v3-rev197-1.25.0</version> |
43 | 44 | </dependency> |
44 | 45 | <dependency> |
45 | 46 | <groupId>com.google.auth</groupId> |
46 | 47 | <artifactId>google-auth-library-oauth2-http</artifactId> |
47 | | - <version>0.19.0</version> |
| 48 | + <version>0.22.0</version> |
48 | 49 | </dependency> |
49 | 50 | <dependency> |
50 | 51 | <groupId>com.jcraft</groupId> |
|
54 | 55 | <dependency> |
55 | 56 | <groupId>commons-net</groupId> |
56 | 57 | <artifactId>commons-net</artifactId> |
57 | | - <version>3.6</version> |
| 58 | + <version>3.7.2</version> |
58 | 59 | </dependency> |
59 | 60 |
|
60 | 61 | <!-- available dependency --> |
61 | 62 | <dependency> |
62 | 63 | <groupId>com.sk89q.worldedit</groupId> |
63 | 64 | <artifactId>worldedit-bukkit</artifactId> |
64 | | - <version>7.0.0-SNAPSHOT</version> |
| 65 | + <version>7.2.0</version> |
65 | 66 | <scope>provided</scope> |
66 | 67 | </dependency> |
67 | 68 | <dependency> |
68 | 69 | <groupId>com.sk89q.worldguard</groupId> |
69 | 70 | <artifactId>worldguard-bukkit</artifactId> |
70 | | - <version>7.0.0</version> |
| 71 | + <version>7.0.4</version> |
71 | 72 | <scope>provided</scope> |
72 | 73 | </dependency> |
73 | 74 | <dependency> |
74 | | - <groupId>net.milkbowl.vault</groupId> |
75 | | - <artifactId>Vault</artifactId> |
76 | | - <version>1.7.3</version> |
| 75 | + <groupId>com.github.MilkBowl</groupId> |
| 76 | + <artifactId>VaultAPI</artifactId> |
| 77 | + <version>1.7</version> |
77 | 78 | <scope>provided</scope> |
78 | 79 | </dependency> |
79 | 80 | <dependency> |
80 | 81 | <groupId>net.ess3</groupId> |
81 | 82 | <artifactId>EssentialsX</artifactId> |
82 | | - <version>2.17.0</version> |
83 | | - <scope>provided</scope> |
84 | | - </dependency> |
85 | | - <dependency> |
86 | | - <groupId>com.griefcraft.lwc</groupId> |
87 | | - <artifactId>LWCX</artifactId> |
88 | | - <version>2.2.0</version> |
| 83 | + <version>2.18.1</version> |
89 | 84 | <scope>provided</scope> |
90 | 85 | </dependency> |
91 | 86 | <dependency> |
92 | 87 | <groupId>com.griefcraft.lwc</groupId> |
93 | 88 | <artifactId>LWCX</artifactId> |
94 | | - <version>2.2.0</version> |
| 89 | + <version>2.2.6</version> |
95 | 90 | <scope>provided</scope> |
96 | 91 | </dependency> |
97 | 92 | <dependency> |
|
106 | 101 | <version>v0.2.0</version> |
107 | 102 | <scope>provided</scope> |
108 | 103 | </dependency> |
| 104 | + <dependency> |
| 105 | + <groupId>net.sacredlabyrinth.Phaed</groupId> |
| 106 | + <artifactId>PreciousStones</artifactId> |
| 107 | + <version>1.16.1.12</version> |
| 108 | + <scope>provided</scope> |
| 109 | + </dependency> |
| 110 | + <dependency> |
| 111 | + <groupId>com.github.TownyAdvanced</groupId> |
| 112 | + <artifactId>Towny</artifactId> |
| 113 | + <version>0.96.3.0</version> |
| 114 | + <scope>provided</scope> |
| 115 | + </dependency> |
109 | 116 |
|
110 | 117 | <!-- unavailable libs in maven repo --> |
111 | 118 | <dependency> |
112 | 119 | <groupId>com.destroystokyo.paper</groupId> |
113 | 120 | <artifactId>paper</artifactId> |
114 | | - <version>1.15.2-R0.1-SNAPSHOT</version> |
| 121 | + <version>1.16.4-R0.1-SNAPSHOT</version> |
115 | 122 | <scope>system</scope> |
116 | 123 | <systemPath>${basedir}/libs/paperspigot.jar</systemPath> |
117 | 124 | </dependency> |
|
129 | 136 | <scope>system</scope> |
130 | 137 | <systemPath>${basedir}/libs/Factions.jar</systemPath> |
131 | 138 | </dependency> |
132 | | - <dependency> |
133 | | - <groupId>net.sacredlabyrinth.Phaed</groupId> |
134 | | - <artifactId>PreciousStones</artifactId> |
135 | | - <version>9.5.5</version> |
136 | | - <scope>system</scope> |
137 | | - <systemPath>${basedir}/libs/PreciousStones.jar</systemPath> |
138 | | - </dependency> |
139 | 139 | <dependency> |
140 | 140 | <groupId>com.bekvon.bukkit.residence</groupId> |
141 | 141 | <artifactId>Residence</artifactId> |
142 | | - <version>4.8.8.2</version> |
| 142 | + <version>4.9.2.0</version> |
143 | 143 | <scope>system</scope> |
144 | 144 | <systemPath>${basedir}/libs/Residence.jar</systemPath> |
145 | 145 | </dependency> |
146 | | - <dependency> |
147 | | - <groupId>com.palmergames.bukkit.towny</groupId> |
148 | | - <artifactId>Towny</artifactId> |
149 | | - <version>0.95.2.2</version> |
150 | | - <scope>system</scope> |
151 | | - <systemPath>${basedir}/libs/Towny.jar</systemPath> |
152 | | - </dependency> |
153 | 146 | <dependency> |
154 | 147 | <groupId>io.github.mywarp.mywarp</groupId> |
155 | 148 | <artifactId>MyWarp</artifactId> |
|
0 commit comments