Skip to content

Commit

Permalink
Remove ScalarDB api dependency (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnmt authored Oct 1, 2024
1 parent 0904676 commit 5a2b0fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scalardl-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ dependencies {
implementation group: 'com.scalar-labs', name: 'kelpie', version: '1.2.3'
implementation group: 'com.scalar-labs', name: 'scalardl-java-client-sdk', version: '4.0.0-SNAPSHOT'
implementation group: 'com.google.inject', name: 'guice', version: '5.0.1'
api group: 'com.scalar-labs', name: 'scalardb', version: '4.0.0-SNAPSHOT'
implementation group: "io.github.resilience4j", name: "resilience4j-retry", version: "1.3.1"
}

Expand Down

0 comments on commit 5a2b0fa

Please sign in to comment.