This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-jdkim.git
The following commit(s) were added to refs/heads/master by this push:
new b43b663 Remove unused log4j
b43b663 is described below
commit b43b663372bae9505c8fd2b976eb7c2f2cb2057a
Author: Quan Tran <[email protected]>
AuthorDate: Mon Dec 20 09:22:11 2021 +0700
Remove unused log4j
---
main/pom.xml | 5 -----
pom.xml | 7 -------
2 files changed, 12 deletions(-)
diff --git a/main/pom.xml b/main/pom.xml
index 291716d..7c1285f 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -59,11 +59,6 @@
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-dom</artifactId>
</dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <scope>runtime</scope>
- </dependency>
</dependencies>
<build>
diff --git a/pom.xml b/pom.xml
index b4b3591..5f80083 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,6 @@
<dnsjava.version>3.4.1</dnsjava.version>
<james-skin.version>1.8</james-skin.version>
<junit.version>4.13.2</junit.version>
- <log4j.version>2.14.1</log4j.version>
<not-yet-commons-ssl.version>0.3.11</not-yet-commons-ssl.version>
<target.jdk>1.8</target.jdk>
</properties>
@@ -140,12 +139,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <scope>runtime</scope>
- <version>${log4j.version}</version>
- </dependency>
</dependencies>
</dependencyManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]