Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Oct 25, 2021
1 parent 0082e0e commit 5fd0341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/backward-compat/recovery-no-password/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@

dependencies {
testImplementation project(":bookkeeper-server")
testImplementation project(":bookkeeper-common")
testImplementation project(":bookkeeper-common-allocator")
testImplementation project(":bookkeeper-stats")
testImplementation depLibs.protobuf
testImplementation project(":bookkeeper-proto")
testImplementation depLibs.commonsConfiguration
}

0 comments on commit 5fd0341

Please sign in to comment.