Skip to content

Commit

Permalink
remove (now) stray log4j_version
Browse files Browse the repository at this point in the history
  • Loading branch information
shehzaadn-vd committed Jan 27, 2021
1 parent 3d1f25a commit 465ebeb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdks/java/io/hadoop-format/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import java.util.stream.Collectors

plugins { id 'org.apache.beam.module' }
applyJavaNature(
enableStrictDependencies:true,
automaticModuleName: 'org.apache.beam.sdk.io.hadoop.format',
)
provideIntegrationTestingDependencies()
Expand Down Expand Up @@ -60,6 +61,7 @@ dependencies {
compile library.java.vendored_guava_26_0_jre
compile library.java.slf4j_api
compile project(":sdks:java:io:hadoop-common")
compile library.java.joda_time
provided library.java.hadoop_common
provided library.java.hadoop_hdfs
provided library.java.hadoop_mapreduce_client_core
Expand All @@ -68,6 +70,7 @@ dependencies {
testCompile project(path: ":sdks:java:testing:test-utils", configuration: "testRuntime")
testCompile project(":sdks:java:io:jdbc")
testCompile project(path: ":examples:java", configuration: "testRuntime")
testCompile "org.elasticsearch.plugin:transport-netty4-client:$elastic_search_version"
testCompile library.java.testcontainers_elasticsearch
testCompile "org.elasticsearch.client:elasticsearch-rest-high-level-client:$elastic_search_version"
testCompile "org.elasticsearch:elasticsearch:$elastic_search_version"
Expand All @@ -90,7 +93,6 @@ dependencies {
testCompile library.java.cassandra_driver_mapping
testCompile "org.apache.cassandra:cassandra-all:3.11.8"
testCompile library.java.postgres
testCompile "org.apache.logging.log4j:log4j-core:$log4j_version"
testCompile library.java.junit
testCompile library.java.hamcrest_core
testCompile library.java.hamcrest_library
Expand Down

0 comments on commit 465ebeb

Please sign in to comment.