Fixed dependency issues, added both factions MassiveCore and FactionsUUID/SavageFactions/FactionsUltimate.

Dont understand why your dev team couldnt help with a simple issue.
Cleaned up stuff :).
<3 ProSavage
This commit is contained in:
ProSavage 2019-01-11 16:18:35 -06:00
parent 99340859ca
commit b68543aade
3 changed files with 21 additions and 3 deletions

BIN
dependencies/Factions.jar vendored Normal file

Binary file not shown.

BIN
dependencies/MassiveCore.jar vendored Normal file

Binary file not shown.

24
pom.xml
View File

@ -197,10 +197,28 @@
<version>RELEASE</version>
<scope>provided</scope>
</dependency>
<!--The Dependencies below are for both FactionsUUID/SavageFactions/FactionsUltimate & MassiveCore Factions // By ProSavage <3 -->
<dependency>
<groupId>me.markeh</groupId>
<artifactId>factionsframework</artifactId>
<version>1.2.0</version>
<groupId>com.github.ProSavage</groupId>
<artifactId>SavageFactions</artifactId>
<version>1.6.x-0.1.21-gbdd5473-400</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.massivecraft.</groupId>
<artifactId>factions</artifactId>
<scope>system</scope>
<version>2.14.1-SNAPSHOT</version>
<systemPath>${project.basedir}/dependencies/Factions.jar</systemPath>
</dependency>
<dependency>
<groupId>com.massivecraft</groupId>
<artifactId>massivecore</artifactId>
<scope>system</scope>
<version>2.14.1-SNAPSHOT</version>
<systemPath>${project.basedir}/dependencies/MassiveCore.jar</systemPath>
</dependency>
<!--The Dependencies above are for both FactionsUUID/SavageFactions/FactionsUltimate & MassiveCore Factions // By ProSavage <3 -->
<!--Try not to mess it up -->
</dependencies>
</project>