diff --git a/http-service/pom.xml b/http-service/pom.xml
index c297dcedf2..83c3441649 100644
--- a/http-service/pom.xml
+++ b/http-service/pom.xml
@@ -83,9 +83,9 @@
- mysql
- mysql-connector-java
- 5.1.43
+ org.mariadb.jdbc
+ mariadb-java-client
+ 2.2.3
provided
diff --git a/http-service/src/main/resources/application-dev.yaml b/http-service/src/main/resources/application-dev.yaml
index 0d2f1e06a9..cc2286e9b3 100644
--- a/http-service/src/main/resources/application-dev.yaml
+++ b/http-service/src/main/resources/application-dev.yaml
@@ -6,23 +6,23 @@ logging.level.net.runelite: DEBUG
datasource:
runelite:
jndiName:
- driverClassName: com.mysql.jdbc.Driver
- type: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- url: jdbc:mysql://localhost:3306/runelite
+ driverClassName: org.mariadb.jdbc.Driver
+ type: org.mariadb.jdbc.MariaDbDataSource
+ url: jdbc:mariadb://localhost:3306/runelite
username: runelite
password: runelite
runelite-cache:
jndiName:
- driverClassName: com.mysql.jdbc.Driver
- type: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- url: jdbc:mysql://localhost:3306/runelite-cache
+ driverClassName: org.mariadb.jdbc.Driver
+ type: org.mariadb.jdbc.MariaDbDataSource
+ url: jdbc:mariadb://localhost:3306/cache
username: runelite
password: runelite
runelite-tracker:
jndiName:
- driverClassName: com.mysql.jdbc.Driver
- type: com.mysql.jdbc.jdbc2.optional.MysqlDataSource
- url: jdbc:mysql://localhost:3306/runelite-tracker
+ driverClassName: org.mariadb.jdbc.Driver
+ type: org.mariadb.jdbc.MariaDbDataSource
+ url: jdbc:mariadb://localhost:3306/xptracker
username: runelite
password: runelite