Skip to content

Commit

Permalink
Put paper-api back in with test scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 29, 2024
1 parent 5b35543 commit 8e5b82f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Towny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand Down Expand Up @@ -237,6 +231,12 @@
<version>3.133.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>

<pluginRepositories>
Expand Down

0 comments on commit 8e5b82f

Please sign in to comment.