Add jupiter as well

This commit is contained in:
libraryaddict 2023-06-11 18:26:05 +12:00
parent 757d6620d7
commit 851c8f39c5
2 changed files with 9 additions and 0 deletions

View File

@ -178,6 +178,14 @@
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${junit-jupiter.version}</version>
<scope>test</scope>
<optional>true</optional>
</dependency>
<!--NMS Packages-->
<dependency>

View File

@ -26,6 +26,7 @@
<protocollib.version>5.0.0</protocollib.version>
<spigot.version>1.20-R0.1-SNAPSHOT</spigot.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.9.3</junit-jupiter.version>
<paper-api.version>1.19.4-R0.1-SNAPSHOT</paper-api.version>
<bungeecord-chat.version>1.16-R0.4</bungeecord-chat.version>
<adventure-minimessage.version>4.13.0</adventure-minimessage.version>