goodbye big jar

This commit is contained in:
Braydon 2023-12-16 17:49:50 -05:00
parent 0c2465df58
commit f2d5f203c6

@ -200,13 +200,13 @@
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>4.0.3</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.3.1</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
</dependencies>
</project>