diff --git a/pom.xml b/pom.xml index f6f345e..7e62c32 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ de.ticketsystem TicketSystem - 1.1.4 + 1.1.5 jar TicketSystem @@ -27,26 +27,30 @@ - - - org.junit.jupiter - junit-jupiter - 5.10.0 - test - - - - org.mockito - mockito-core - 5.2.0 - test - - - - com.googlecode.json-simple - json-simple - 1.1.1 - + + + + org.junit.jupiter + junit-jupiter + 5.10.0 + test + + + + + org.mockito + mockito-core + 5.2.0 + test + + + + + com.googlecode.json-simple + json-simple + 1.1.1 + + org.spigotmc @@ -70,6 +74,38 @@ 5.1.0 compile + + + + net.kyori + adventure-api + 4.17.0 + compile + + + net.kyori + adventure-text-minimessage + 4.17.0 + compile + + + net.kyori + adventure-text-serializer-legacy + 4.17.0 + compile + + + + net.kyori + adventure-platform-bukkit + 4.3.4 + compile + + @@ -95,6 +131,20 @@ com.zaxxer.hikari de.ticketsystem.libs.hikari + + + net.kyori.adventure + de.ticketsystem.libs.adventure + + + net.kyori.examination + de.ticketsystem.libs.examination + + + net.kyori.option + de.ticketsystem.libs.option + @@ -102,4 +152,4 @@ - + \ No newline at end of file