File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- ai.elimu:webapp:war:2.6.109 -SNAPSHOT
1+ ai.elimu:webapp:war:2.6.110 -SNAPSHOT
22+- ai.elimu:model:jar:model-2.0.118:compile
33| \- com.google.code.gson:gson:jar:2.13.1:compile
44| \- com.google.errorprone:error_prone_annotations:jar:2.38.0:compile
@@ -101,8 +101,7 @@ ai.elimu:webapp:war:2.6.109-SNAPSHOT
101101| \- jakarta.validation:jakarta.validation-api:jar:3.0.0:compile
102102+- jakarta.persistence:jakarta.persistence-api:jar:3.0.0:compile
103103+- org.hsqldb:hsqldb:jar:2.7.4:compile
104- +- com.mysql:mysql-connector-j:jar:8.2.0:compile
105- | \- com.google.protobuf:protobuf-java:jar:3.21.9:compile
104+ +- org.mariadb.jdbc:mariadb-java-client:jar:2.7.12:compile
106105+- commons-dbcp:commons-dbcp:jar:1.4:compile
107106| \- commons-pool:commons-pool:jar:1.5.4:compile
108107+- jakarta.servlet:jakarta.servlet-api:jar:5.0.0:provided
Original file line number Diff line number Diff line change 473473 <version >2.7.4</version >
474474 </dependency >
475475 <dependency >
476- <groupId >com.mysql </groupId >
477- <artifactId >mysql-connector-j </artifactId >
478- <version >8.2.0 </version >
476+ <groupId >org.mariadb.jdbc </groupId >
477+ <artifactId >mariadb-java-client </artifactId >
478+ <version >2.7.12 </version >
479479 </dependency >
480480 <dependency >
481481 <groupId >commons-dbcp</groupId >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ jpa.generateDdl=false
55jpa.showSql =false
66
77# JDBC Settings (The url, username and password are fetched from the Jetty context file.)
8- jdbc.driverClassName =com.mysql.cj .jdbc.Driver
8+ jdbc.driverClassName =org.mariadb .jdbc.Driver
99jdbc.url =
1010jdbc.username =
1111jdbc.password =
You can’t perform that action at this time.
0 commit comments