Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzaadn-vd committed Jan 28, 2021
2 parents 431b00e + 953d7c1 commit 7352ed1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/java/extensions/euphoria/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ description = "Apache Beam :: SDKs :: Java :: Extensions :: Euphoria Java 8 DSL"

dependencies {
compile project(path: ":sdks:java:core", configuration: "shadow")
implementation library.java.slf4j_api
implementation library.java.jackson_annotations
implementation library.java.slf4j_api
implementation library.java.vendored_guava_26_0_jre
implementation library.java.joda_time
testCompile project(":sdks:java:extensions:kryo")
Expand Down
2 changes: 2 additions & 0 deletions sdks/java/extensions/google-cloud-platform-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
compile project(path: ":runners:core-java")
compile library.java.http_core
compile library.java.http_client
compile library.java.google_http_client_jackson2
compile library.java.google_auth_library_oauth2_http
compile library.java.google_api_client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ dependencies {
testCompile library.java.junit
testCompile library.java.mockito_core
// TODO(BEAM-10632): remove this dependency
testCompile "org.checkerframework:checker-qual:3.5.0"
}


1 change: 1 addition & 0 deletions sdks/java/extensions/zetasketch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
compile "com.google.zetasketch:zetasketch:$zetasketch_version"
compile "org.checkerframework:checker-qual:2.8.1"
testCompile library.java.junit
testCompile project(":sdks:java:io:google-cloud-platform")
testRuntimeOnly library.java.slf4j_simple
Expand Down

0 comments on commit 7352ed1

Please sign in to comment.