Skip to content

Commit

Permalink
Merge pull request #13657 from sonam-vend/runner-extension-java
Browse files Browse the repository at this point in the history
[BEAM-10961] Enabled strict dependency in metrics extension library
  • Loading branch information
ibzib committed Jan 20, 2021
2 parents eed16a5 + a9c6cb6 commit 0bfdf6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion runners/extensions-java/metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

plugins { id 'org.apache.beam.module' }
applyJavaNature(
enableStrictDependencies: true,
exportJavadoc: false,
automaticModuleName: 'org.apache.beam.runners.extensions.metrics',
)
Expand All @@ -26,10 +27,11 @@ description = "Apache Beam :: Runners :: Extensions Java :: Metrics"
ext.summary = "Beam Runners Extensions Metrics provides implementations of runners core metrics APIs."

dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.jackson_databind
compile library.java.jackson_datatype_joda
compile library.java.jackson_core
compile library.java.joda_time
testCompile library.java.joda_time
testCompile library.java.junit
}

0 comments on commit 0bfdf6c

Please sign in to comment.