Skip to content

Commit

Permalink
build(gradle): dependency에 mariadb 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Leegiyeon committed Apr 3, 2024
1 parent 2c21a41 commit 0cc4698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'
}

tasks.named('test') {
Expand Down

0 comments on commit 0cc4698

Please sign in to comment.