Skip to content

Commit

Permalink
Merge pull request #14085 from sonam-vend/sdks-extensions-jackson
Browse files Browse the repository at this point in the history
[BEAM-10961] enable strict dependency checking for sdks/java/extensions/jackson
  • Loading branch information
ibzib committed Feb 26, 2021
2 parents 5f99ef4 + abb304e commit 26feefe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/java/extensions/jackson/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,
automaticModuleName: 'org.apache.beam.sdk.extensions.jackson',
archivesBaseName: 'beam-sdks-java-extensions-json-jackson'
)
Expand All @@ -29,8 +30,7 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.jackson_databind
testCompile library.java.hamcrest_core
testCompile library.java.hamcrest_library
compile library.java.jackson_core
testCompile library.java.junit
testRuntimeOnly project(path: ":runners:direct-java", configuration: "shadow")
}

0 comments on commit 26feefe

Please sign in to comment.