Skip to content

Commit

Permalink
ut
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 9, 2025
1 parent 1c76e3a commit 3b6e01f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ repositories {
mavenCentral()
}

configurations {
testImplementation { extendsFrom shadow }
}

dependencies {
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '4.29.1'
shadow group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
Expand Down

0 comments on commit 3b6e01f

Please sign in to comment.