Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
update dependencies(remove unused testing, switch to spigot-api)
Browse files Browse the repository at this point in the history
  • Loading branch information
RypoFalem committed Jun 25, 2020
1 parent e8f6939 commit 6535bc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 50 deletions.
18 changes: 6 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.rypofalem.armorstandeditor</groupId>
<artifactId>armorstandeditor</artifactId>
<packaging>jar</packaging>
<version>1.14-23</version>
<version>1.16-24</version>
<name>armorstandeditor</name>
<url>http://maven.apache.org</url>

Expand All @@ -16,20 +16,14 @@
</repositories>

<dependencies>
<!--Bukkit API-->
<!--Spigot API-->
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.14-R0.1-SNAPSHOT</version>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- JUnit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>

</dependencies>
<!--Java 8-->
<build>
Expand Down
38 changes: 0 additions & 38 deletions src/test/java/io/github/rypofalem/armorstandeditor/AppTest.java

This file was deleted.

0 comments on commit 6535bc7

Please sign in to comment.