Skip to content

Commit

Permalink
feat: 테스트 데이터베이스(H2) 의존성 추가 (#72) (KAN-129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ywonchae1 committed Nov 3, 2024
1 parent 8d8bdfa commit 1d13f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ dependencies {

// KVS
implementation 'com.amazonaws:aws-java-sdk-kinesisvideo:1.12.777'

// Test
runtimeOnly 'com.h2database:h2'
}

spotless {
Expand Down

0 comments on commit 1d13f36

Please sign in to comment.