diff options
-rw-r--r-- | pom.xml | 7 | ||||
-rw-r--r-- | server/pom.xml | 7 |
2 files changed, 12 insertions, 2 deletions
@@ -88,10 +88,15 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> + </dependency--> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>2.2.2</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> diff --git a/server/pom.xml b/server/pom.xml index e6183d40..469b3661 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -83,10 +83,15 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> + </dependency--> + <dependency> + <groupId>org.mariadb.jdbc</groupId> + <artifactId>mariadb-java-client</artifactId> + <version>2.2.2</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> |