Skip to content

Commit

Permalink
Mark the paper-api dependency in the test scope, update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Aug 11, 2024
1 parent baa27a3 commit 8d49c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,12 @@
</exclusion>
</exclusions>
</dependency>
<!-- Override Spigot with Paper as a CommandMap ctor was remvoed in Paper but still present in Spigot -->
<!-- Override Spigot with Paper tests as a CommandMap ctor which MockBukkit uses only exists on Paper but not in Spigot -->
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.6-R0.1-SNAPSHOT</version>
<scope>provided</scope>
<scope>test</scope>
</dependency>

<!-- Third party plugin integrations / soft dependencies -->
Expand Down

0 comments on commit 8d49c16

Please sign in to comment.