We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a33cd commit 713343aCopy full SHA for 713343a
storage/sql/mysql/pom.xml
@@ -22,6 +22,12 @@
22
<groupId>me.hsgamer</groupId>
23
<artifactId>hscore-database-driver-mysql</artifactId>
24
<version>${core.version}</version>
25
+ <exclusions>
26
+ <exclusion>
27
+ <groupId>com.mysql</groupId>
28
+ <artifactId>mysql-connector-j</artifactId>
29
+ </exclusion>
30
+ </exclusions>
31
</dependency>
32
</dependencies>
33
</project>
storage/sql/sqlite/pom.xml
<artifactId>hscore-database-driver-sqlite</artifactId>
+ <groupId>org.xerial</groupId>
+ <artifactId>sqlite-jdbc</artifactId>
0 commit comments