Use JitPack to resolve MagicSpells.
This commit nukes the lib/MagicSpells.jar file and instead uses JitPack to resolve MagicSpells (finally!). Thanks, TheComputerGeek2.
This commit is contained in:
Binary file not shown.
@@ -87,6 +87,12 @@
|
|||||||
<id>bstats-repo</id>
|
<id>bstats-repo</id>
|
||||||
<url>http://repo.bstats.org/content/repositories/releases/</url>
|
<url>http://repo.bstats.org/content/repositories/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<!-- JitPack for MagicSpells -->
|
||||||
|
<repository>
|
||||||
|
<id>jitpack.io</id>
|
||||||
|
<url>https://jitpack.io</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@@ -113,13 +119,12 @@
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Magic Spells (tentative) -->
|
<!-- MagicSpells -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.nisovin</groupId>
|
<groupId>com.github.TheComputerGeek2</groupId>
|
||||||
<artifactId>magicspells</artifactId>
|
<artifactId>MagicSpells</artifactId>
|
||||||
<version>1.0</version>
|
<version>0ad7c1f1a1</version>
|
||||||
<scope>system</scope>
|
<scope>provided</scope>
|
||||||
<systemPath>${project.basedir}/lib/MagicSpells.jar</systemPath>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- JUnit -->
|
<!-- JUnit -->
|
||||||
|
|||||||
Reference in New Issue
Block a user