diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-17 19:35:12 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-17 19:35:12 -0400 |
commit | 0ce33ae3ce8ab24aa8d6cbb4527ea4aa695b7185 (patch) | |
tree | 2dd452072d16be69542538cfbcb914b5f5e77cc4 /pom.xml | |
parent | mysql support, always glow, countdown_last, kill stat change, game board null... (diff) | |
download | kenshinshideandseek-0ce33ae3ce8ab24aa8d6cbb4527ea4aa695b7185.tar.gz kenshinshideandseek-0ce33ae3ce8ab24aa8d6cbb4527ea4aa695b7185.tar.bz2 kenshinshideandseek-0ce33ae3ce8ab24aa8d6cbb4527ea4aa695b7185.zip |
pom fix
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -33,6 +33,7 @@ <includes> <include>com.github.cryptomorin:XSeries</include> <include>org.xerial:sqlite-jdbc</include> + <include>org.mariadb.jdbc:mariadb-java-client</include> <include>com.zaxxer:HikariCP</include> </includes> </artifactSet> @@ -118,18 +119,12 @@ <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> - <version>5.0.1</version> + <version>4.0.3</version> </dependency> <dependency> - <groupId>org.junit.jupiter</groupId> - <artifactId>junit-jupiter</artifactId> - <version>5.9.0-M1</version> - </dependency> - <dependency> - <groupId>com.github.seeseemelk</groupId> - <artifactId>MockBukkit-v1.17</artifactId> - <version>1.13.0</version> - <scope>test</scope> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>2.7.2</version> </dependency> </dependencies> </project>
\ No newline at end of file |