diff --git a/flink-core/pom.xml b/flink-core/pom.xml index 0a0d06e086af1..1efcb290ddf22 100644 --- a/flink-core/pom.xml +++ b/flink-core/pom.xml @@ -95,26 +95,6 @@ under the License. ${asm.version} - - - - org.slf4j - slf4j-log4j12 - - - - log4j - log4j - - diff --git a/flink-dist/pom.xml b/flink-dist/pom.xml index a700870624d41..507e78d31716e 100644 --- a/flink-dist/pom.xml +++ b/flink-dist/pom.xml @@ -139,9 +139,9 @@ under the License. ${project.version} - + org.slf4j diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index 6ae8f166c1d1d..1e525fd8ca61d 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -91,7 +91,7 @@ under the License. ${flink.version} - org.slf4j diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 699a739189187..5abe496b54b73 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -92,7 +92,7 @@ under the License. ${flink.version} - org.slf4j diff --git a/flink-test-utils-parent/flink-test-utils/pom.xml b/flink-test-utils-parent/flink-test-utils/pom.xml index 069f1da60235b..14fca07da43b0 100644 --- a/flink-test-utils-parent/flink-test-utils/pom.xml +++ b/flink-test-utils-parent/flink-test-utils/pom.xml @@ -90,6 +90,16 @@ under the License. on its own as well as include maven-bundle-plugin. --> true + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + + diff --git a/pom.xml b/pom.xml index 874bead4d93fa..f822198b903a2 100644 --- a/pom.xml +++ b/pom.xml @@ -414,6 +414,16 @@ under the License. org.apache.zookeeper zookeeper ${zookeeper.version} + + + log4j + log4j + + + org.slf4j + slf4j-log4j12 + +