Update dependencies

This commit is contained in:
Esophose 2019-03-18 21:57:22 -06:00
parent d6ea6bf708
commit f1f4fd9c49
6 changed files with 25 additions and 28 deletions

View File

@ -22,14 +22,14 @@
</dependency>
<dependency>
<groupId>com.massivecraft.factions</groupId>
<artifactId>Factions</artifactId>
<version>2.13.3-SNAPSHOT</version>
<artifactId>factions</artifactId>
<version>2.14.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft.massivecore</groupId>
<artifactId>MassiveCore</artifactId>
<version>2.13.3.1-SNAPSHOT</version>
<artifactId>massivecore</artifactId>
<version>2.14.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -21,9 +21,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>FactionsOne</artifactId>
<version>LATEST</version>
<groupId>de.erethon</groupId>
<artifactId>factionsone</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -21,9 +21,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft.factions</groupId>
<artifactId>FactionsUUID</artifactId>
<version>1.6.9.5-U0.1.21</version>
<groupId>com.massivecraft</groupId>
<artifactId>factions-uuid</artifactId>
<version>1.6.9.5-U0.2.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -21,8 +21,8 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.redstoneore.legacyfactions</groupId>
<artifactId>LegacyFactions</artifactId>
<groupId>net.redstoneore</groupId>
<artifactId>legacyfactions</artifactId>
<version>1.4.7</version>
<scope>provided</scope>
</dependency>

View File

@ -25,12 +25,13 @@
<artifactId>FactionsM</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency><dependency>
<groupId>${project.groupId}</groupId>
<artifactId>FactionsOne</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>FactionsOne</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>FactionsUUID</artifactId>

16
pom.xml
View File

@ -35,25 +35,25 @@
<dependency>
<groupId>net.milkbowl</groupId>
<artifactId>vault</artifactId>
<version>LATEST</version>
<version>1.7.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldedit</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.1.9</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sk89q</groupId>
<artifactId>worldguard</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>6.2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.wasteofplastic</groupId>
<artifactId>askyblock</artifactId>
<version>LATEST</version>
<version>3.0.6.8</version>
<scope>provided</scope>
</dependency>
<dependency>
@ -65,22 +65,18 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>LATEST</version>
<version>1.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.gmail.filoghost.holographicdisplays</groupId>
<artifactId>holographicdisplays-api</artifactId>
<version>LATEST</version>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>filoghost-repo</id>
<url>https://ci.filoghost.me/plugin/repository/everything/</url>
</repository>
<repository>
<id>private-repo</id>
<url>http://repo.songoda.com/artifactory/private/</url>