|
160 | 160 | <id>placeholderapi</id> |
161 | 161 | <url>http://repo.extendedclip.com/content/repositories/placeholderapi/</url> |
162 | 162 | </repository> |
| 163 | + |
| 164 | + <repository> |
| 165 | + <id>massive-repo</id> |
| 166 | + <url>https://repo.dustplanet.de/artifactory/ext-release-local</url> |
| 167 | + </repository> |
| 168 | + |
| 169 | + <repository> |
| 170 | + <id>turt2live-repo</id> |
| 171 | + <url>http://repo.turt2live.com/</url> |
| 172 | + </repository> |
163 | 173 | </repositories> |
164 | 174 |
|
165 | 175 | <dependencies> |
|
359 | 369 | <dependency> |
360 | 370 | <groupId>com.massivecraft</groupId> |
361 | 371 | <artifactId>FactionsUUID</artifactId> |
| 372 | + <!--the name can't be the same because maven would automatically use the newer version--> |
362 | 373 | <!--Factions-UUID fork of 1.6/1.8--> |
363 | 374 | <version>1.6.9.5-U0.1.6</version> |
364 | | - <!--Make it possible to build automatically like https://github.com/drtshock/ObsidianDestroyer--> |
365 | | - <scope>system</scope> |
366 | | - <systemPath>${project.basedir}/lib/Factions-1.6.9.5-U0.1.15.jar</systemPath> |
367 | 375 | <optional>true</optional> |
368 | 376 | </dependency> |
369 | 377 |
|
370 | 378 | <dependency> |
371 | 379 | <groupId>com.massivecraft</groupId> |
372 | | - <!--the name can't be the same because maven would automatically use the newer version--> |
373 | | - <artifactId>factions-2.7</artifactId> |
374 | | - <!--2.7+--> |
375 | | - <version>2.7.1</version> |
376 | | - <scope>system</scope> |
377 | | - <systemPath>${project.basedir}/lib/Factions.jar</systemPath> |
378 | | - <optional>true</optional> |
| 380 | + <artifactId>factions</artifactId> |
| 381 | + <version>2.8.16</version> |
379 | 382 | </dependency> |
| 383 | + |
380 | 384 | <!--MCore must be available for factions--> |
381 | 385 | <dependency> |
382 | 386 | <groupId>com.massivecraft</groupId> |
383 | | - <artifactId>mcore</artifactId> |
384 | | - <version>2.7.1</version> |
385 | | - <scope>system</scope> |
386 | | - <systemPath>${project.basedir}/lib/MassiveCore.jar</systemPath> |
387 | | - <optional>true</optional> |
| 387 | + <artifactId>massivecore</artifactId> |
| 388 | + <version>2.8.6</version> |
388 | 389 | </dependency> |
389 | 390 |
|
390 | 391 | <!--Testing environment--> |
|
0 commit comments