From b74b8136365ca2542242023fc91e370873d6eabf Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 17 May 2022 16:36:35 -0400 Subject: working on expanding database --- pom.xml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 8073d7a..fff9f6c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,18 +30,18 @@ - - org.spigotmc:spigot-api - com.comphenix.protocol:ProtocolLib - org.jetbrains:annotations - net.bytebuddy:byte-buddy - + + com.github.cryptomorin:XSeries + org.xerial:sqlite-jdbc + com.zaxxer:HikariCP + *:* META-INF/*.MF + META-INF/*.md META-INF sqlite-jdbc.properties @@ -113,5 +113,21 @@ 2.11.1 provided + + com.zaxxer + HikariCP + 5.0.1 + + + org.junit.jupiter + junit-jupiter + 5.9.0-M1 + + + com.github.seeseemelk + MockBukkit-v1.17 + 1.13.0 + test + \ No newline at end of file -- cgit v1.2.3-freya