Skip to content

Commit 2f31872

Browse files
authored
Update build.gradle
1 parent ed97ed5 commit 2f31872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
implementation 'mysql:mysql-connector-java:8.0.26'
3434
compileOnly 'org.projectlombok:lombok'
3535
runtimeOnly 'com.mysql:mysql-connector-j'
36+
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
3637
annotationProcessor 'org.projectlombok:lombok'
3738
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3839
testImplementation 'org.springframework.security:spring-security-test'

0 commit comments

Comments
 (0)