Skip to content

Commit

Permalink
Merge pull request #89 from Hanaro-trip-together-bank/hotfix/gradle
Browse files Browse the repository at this point in the history
setting: db 의존성 수정
  • Loading branch information
mummhy0811 authored May 31, 2024
2 parents 1bfa165 + 52cc1c9 commit dec4f3d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,15 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
implementation 'com.google.firebase:firebase-admin:9.2.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.2.2'
runtimeOnly 'com.h2database:h2'
runtimeOnly 'com.mysql:mysql-connector-j'
implementation 'com.h2database:h2'
implementation 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'io.netty:netty-resolver-dns-native-macos:4.1.68.Final:osx-aarch_64'
testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
}

tasks.named('test') {
test {
useJUnitPlatform()
}
}

0 comments on commit dec4f3d

Please sign in to comment.