We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3952794 commit ddbbc7fCopy full SHA for ddbbc7f
lib/SpartanAPI.jar
-15 KB
pom.xml
@@ -373,6 +373,10 @@
373
<id>MG-Dev Jenkins CI Maven Repository</id>
374
<url>https://ci.mg-dev.eu/plugin/repository/everything/</url>
375
</repository>
376
+ <repository>
377
+ <id>Sparky</id>
378
+ <url>https://nexus.sparky.ac/repository/Sparky/</url>
379
+ </repository>
380
</repositories>
381
382
<dependencies>
@@ -579,8 +583,7 @@
579
583
<groupId>me.vagdedes.spartan</groupId>
580
584
<artifactId>SpartanAPI</artifactId>
581
585
<version>1.0</version>
582
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/SpartanAPI.jar</systemPath>
586
+ <scope>provided</scope>
587
</dependency>
588
<!--New towny version, As we support 1.13+, so we choose 0.96.2.0 according their README-->
589
<dependency>
0 commit comments