Skip to content

Commit

Permalink
[BEAM-10961] enable strict dependency checking for sdks/java/io/bigqu…
Browse files Browse the repository at this point in the history
…ery-io-perf-tests (#14048)

* [BEAM-10961] enable strict dependency checking for sdks/java/io/bigquery-io-perf-tests

* [BEAM-10961] (1) nitpick: space (2) change testImplementation to testCompile
  • Loading branch information
shehzaadn-vd committed Feb 24, 2021
1 parent e5b16a5 commit dc0c2bd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sdks/java/io/bigquery-io-perf-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
*/

plugins { id 'org.apache.beam.module' }
applyJavaNature(exportJavadoc: false, publish: false)
applyJavaNature(enableStrictDependencies: true, exportJavadoc: false, publish: false)
provideIntegrationTestingDependencies()
enableJavaPerformanceTesting()

description = "Apache Beam :: SDKs :: Java :: Google BigQuery IO Performance tests"
ext.summary = "Performance tests for Google BigQuery IO sources and sinks"

dependencies {
compile library.java.google_api_services_bigquery
testCompile library.java.google_api_services_bigquery
testCompile project(path: ":sdks:java:core", configuration: "shadowTest")
testCompile project(path: ":sdks:java:testing:test-utils", configuration: "testRuntime")
testCompile project(path: ":sdks:java:extensions:google-cloud-platform-core", configuration: "testRuntime")
Expand All @@ -34,7 +34,4 @@ dependencies {
testCompile project(path: ":sdks:java:io:google-cloud-platform", configuration: "testRuntime")
testCompile project(":sdks:java:io:synthetic")
testCompile library.java.junit
testCompile library.java.hamcrest_core
testCompile library.java.jaxb_api
testCompile library.java.jaxb_impl
}

0 comments on commit dc0c2bd

Please sign in to comment.