Skip to content

Commit

Permalink
depend(log-w): mariadb 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed Dec 6, 2024
1 parent c0aea9b commit ae2abe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/infrastructure/log-writer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'

runtimeOnly 'com.mysql:mysql-connector-j:8.3.0'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.1.4'

testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down

0 comments on commit ae2abe2

Please sign in to comment.