summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAndor Molnar <andor@apache.org>2022-02-01 11:39:04 +0100
committerEnrico Olivelli <eolivelli@apache.org>2022-02-01 11:39:04 +0100
commit04c7ad115e298387e4a75dfe14013f6c6aa68a6d (patch)
treebe537242a066f4b9624c0c8b52808065324421fd /pom.xml
parent1bdba023c19dd9616bf3cd27ce68c140a286f558 (diff)
downloadzookeeper-04c7ad115e298387e4a75dfe14013f6c6aa68a6d.tar.gz
ZOOKEEPER-4461: Use logback in zookeeper-contrib project
I've only found Ant references in the `-recipes` projects which I don't necesseraly want to migrate, so this patch is focusing on `-contrib` projects. Please review. Author: Andor Molnar <andor@apache.org> Reviewers: Enrico Olivelli <eolivelli@apache.org> Closes #1807 from anmolnar/ZOOKEEPER-4461
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 78fae0018..2bcae3b40 100755
--- a/pom.xml
+++ b/pom.xml
@@ -464,7 +464,6 @@
<jmockit.version>1.48</jmockit.version>
<junit.version>5.6.2</junit.version>
<junit-platform.version>1.6.2</junit-platform.version>
- <log4j.version>1.2.17</log4j.version>
<mockito.version>3.6.28</mockito.version>
<hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.4</commons-cli.version>
@@ -564,22 +563,6 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>${slf4j.version}</version>
- <exclusions>
- <exclusion>
- <groupId>*</groupId>
- <artifactId>*</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>${log4j.version}</version>
- </dependency>
- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback-version}</version>
@@ -1009,7 +992,6 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
- <exclude>**/log4j.properties</exclude>
<exclude>**/README.md</exclude>
<exclude>**/findbugsExcludeFile.xml</exclude>
<exclude>**/checkstyle-noframes-sorted.xsl</exclude>