Skip to content

Commit

Permalink
Merge pull request #14054 from sonam-vend/sdks-io-influxdb
Browse files Browse the repository at this point in the history
[BEAM-10961] enable strict dependency checking for sdks/java/io/influxdb
  • Loading branch information
ibzib committed Feb 24, 2021
2 parents a775022 + 0a27264 commit bb8ab1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sdks/java/io/influxdb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

plugins { id 'org.apache.beam.module' }
applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.influxdb')
applyJavaNature(enableStrictDependencies: true, automaticModuleName: 'org.apache.beam.sdk.io.influxdb')
provideIntegrationTestingDependencies()
enableJavaPerformanceTesting()

Expand All @@ -27,6 +27,9 @@ ext.summary = "IO to read and write on InfluxDB"
dependencies {
compile project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.influxdb_library
compile "com.squareup.okhttp3:okhttp:4.6.0"
compile library.java.vendored_guava_26_0_jre
compile library.java.slf4j_api
testCompile library.java.junit
testCompile library.java.powermock
testCompile library.java.powermock_mockito
Expand Down

0 comments on commit bb8ab1b

Please sign in to comment.