Skip to content

Commit

Permalink
Fix example-plugin test (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprudhomme authored Oct 4, 2023
1 parent 5b484f0 commit a3f0512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
testImplementation("com.yelp.nrtsearch:server:${nrtsearchVersion}:tests")
testImplementation "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.19.0"
testImplementation "io.grpc:grpc-testing:1.46.0"
}

distributions {
Expand Down

0 comments on commit a3f0512

Please sign in to comment.