Skip to content

Commit

Permalink
Depend on protobuf explicitly so core gets the right version when tes…
Browse files Browse the repository at this point in the history
…ting
  • Loading branch information
gartens committed Jul 13, 2023
1 parent 213c71e commit 5b4fbc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ dependencies {

// workaround to fix cottontail todo remove: when grpc-all is same in cottontail and for plugin
implementation group: "io.grpc", name: "grpc-all", version: cottontaildb_grpc_version
// workaround so org.polypheny.db.docker gets the right protobuf during testing
implementation 'com.google.protobuf:protobuf-java:3.23.0' // BSD 3-clause


// --- Test Compile ---
Expand Down

0 comments on commit 5b4fbc7

Please sign in to comment.