Skip to content

Commit ddbbc7f

Browse files
committed
Delete SpartanAPI.jar, use maven repo
1 parent 3952794 commit ddbbc7f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/SpartanAPI.jar

-15 KB
Binary file not shown.

pom.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,10 @@
373373
<id>MG-Dev Jenkins CI Maven Repository</id>
374374
<url>https://ci.mg-dev.eu/plugin/repository/everything/</url>
375375
</repository>
376+
<repository>
377+
<id>Sparky</id>
378+
<url>https://nexus.sparky.ac/repository/Sparky/</url>
379+
</repository>
376380
</repositories>
377381

378382
<dependencies>
@@ -579,8 +583,7 @@
579583
<groupId>me.vagdedes.spartan</groupId>
580584
<artifactId>SpartanAPI</artifactId>
581585
<version>1.0</version>
582-
<scope>system</scope>
583-
<systemPath>${project.basedir}/lib/SpartanAPI.jar</systemPath>
586+
<scope>provided</scope>
584587
</dependency>
585588
<!--New towny version, As we support 1.13+, so we choose 0.96.2.0 according their README-->
586589
<dependency>

0 commit comments

Comments
 (0)