Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}