mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-02-22 05:31:33 +01:00
Update dependencies
This commit is contained in:
parent
d6ea6bf708
commit
f1f4fd9c49
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
16
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user