Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Rogers committed Feb 12, 2022
1 parent e6c4548 commit 32b4c31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/smoketest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ 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")

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

0 comments on commit 32b4c31

Please sign in to comment.