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
6 changes: 3 additions & 3 deletions sdks/java/io/solr/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.io.solr',
)

Expand All @@ -30,12 +31,11 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile project(path: ":sdks:java:core", configuration: "shadow")
compile library.java.commons_compress
compile library.java.joda_time
compile library.java.slf4j_api
compile "org.apache.solr:solr-solrj:$solrVersion"
compileOnly "org.apache.httpcomponents:httpclient:4.5.6"
testCompile project(path: ":sdks:java:core", configuration: "shadowTest")
testCompile project(":sdks:java:io:common")
testCompile library.java.hamcrest_core
testCompile library.java.hamcrest_library
testCompile library.java.junit
testCompile library.java.slf4j_api
testCompile "org.apache.solr:solr-test-framework:$solrVersion"
Expand Down