Skip to content

Commit

Permalink
MockBukkit now needs PaperApi (test only)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiraat committed Jun 25, 2022
1 parent 52f8aae commit 7071cc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>

<repository>
<id>papermc</id>
<url>https://repo.papermc.io/repository/maven-public/</url>
</repository>
</repositories>

<dependencies>
Expand Down Expand Up @@ -69,6 +74,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.19-R0.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.18</artifactId>
Expand Down

0 comments on commit 7071cc0

Please # to comment.