mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 18:57:31 +02:00
Changed the database driver to mysql
This commit is contained in:
@ -80,33 +80,15 @@
|
|||||||
</build>
|
</build>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>codemc-repo</id>
|
|
||||||
<url>https://repo.codemc.io/repository/maven-public/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>opencollab-snapshot</id>
|
|
||||||
<url>https://repo.opencollab.dev/maven-snapshots/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<repository>
|
|
||||||
<id>spigotplugins-repo</id>
|
|
||||||
<url>https://maven.gamestrike.de/mvn/</url>
|
|
||||||
</repository>
|
|
||||||
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>velocity</id>
|
<id>velocity</id>
|
||||||
<url>https://nexus.velocitypowered.com/repository/maven-public/</url>
|
<url>https://nexus.velocitypowered.com/repository/maven-public/</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<!--For MySql Driver-->
|
||||||
<repository>
|
<repository>
|
||||||
<id>jitpack.io</id>
|
<id>Maven Central</id>
|
||||||
<url>https://jitpack.io</url>
|
<url>https://repo1.maven.org/maven2/</url>
|
||||||
<snapshots>
|
|
||||||
<enabled>false</enabled>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
@ -126,11 +108,12 @@
|
|||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!--Velocity does not ship any database driver-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial</groupId>
|
<groupId>mysql</groupId>
|
||||||
<artifactId>sqlite-jdbc</artifactId>
|
<artifactId>mysql-connector-java</artifactId>
|
||||||
<version>3.32.3</version>
|
<version>8.0.26</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user