Skip to content

Commit

Permalink
one more try...
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rogers committed Feb 12, 2022
1 parent 32b4c31 commit a25284c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/smoketest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ targetCompatibility = 1.8
dependencies {
implementation "ai.whylabs:core:0.1.7-b2"

api("org.apache.datasketches:datasketches-java:1.3.0-incubating")
api("com.google.protobuf:protobuf-java:3.13.0")
implementation "org.apache.datasketches:datasketches-java:1.3.0-incubating"
implementation "com.google.protobuf:protobuf-java:3.13.0"

// lombok support
compileOnly("org.projectlombok:lombok:1.18.20")
Expand Down

0 comments on commit a25284c

Please sign in to comment.