Skip to content

Commit

Permalink
[BEAM-10961] add explicit compile for auto_value_annotations in sdks/…
Browse files Browse the repository at this point in the history
…extensions/ml/build.gradle
  • Loading branch information
shehzaadn-vd committed Feb 26, 2021
1 parent 43706f5 commit 1d87462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ class BeamModulePlugin implements Plugin<Project> {
antlr : "org.antlr:antlr4:4.7",
antlr_runtime : "org.antlr:antlr4-runtime:4.7",
args4j : "args4j:args4j:2.33",
auto_value_annotations : "com.google.auto.value:auto-value-annotations:$autovalue_version",
avro : "org.apache.avro:avro:1.8.2",
avro_tests : "org.apache.avro:avro:1.8.2:tests",
aws_java_sdk_cloudwatch : "com.amazonaws:aws-java-sdk-cloudwatch:$aws_java_sdk_version",
Expand Down
2 changes: 1 addition & 1 deletion sdks/java/extensions/ml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ dependencies {
compile 'com.google.api.grpc:proto-google-cloud-language-v1:1.81.4'
compile 'com.google.api.grpc:proto-google-cloud-video-intelligence-v1:1.2.0'
compile 'com.google.api.grpc:proto-google-cloud-vision-v1:1.81.3'
compile library.java.auto_value_annotations
compile library.java.gax
compile library.java.protobuf_java
compile library.java.slf4j_api
provided library.java.junit
testCompile project(path: ':sdks:java:core', configuration: 'shadowTest')
compile 'com.google.cloud:google-cloud-vision:1.99.3'
permitUsedUndeclared "com.google.auto.value:auto-value-annotations:1.7"
testCompile library.java.mockito_core
testCompile project(path: ":sdks:java:extensions:google-cloud-platform-core", configuration: "testRuntime")
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
Expand Down

0 comments on commit 1d87462

Please sign in to comment.