This is an automated email from the ASF dual-hosted git repository.

pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/main by this push:
     new 1831bc47e4 Remove unused `angus-activation` dependency
1831bc47e4 is described below

commit 1831bc47e4e375b02b9325fab36a82575407fad9
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Mar 4 13:20:48 2024 +0100

    Remove unused `angus-activation` dependency
---
 log4j-parent/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index a5b59dec88..4b4c3517ae 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -91,8 +91,6 @@
     <!-- =====================================================
          Direct dependency version properties (in alphabetical order)
          ===================================================== -->
-    <angus-activation.version>2.0.1</angus-activation.version>
-    <angus-mail.version>2.0.2</angus-mail.version>
     <assertj.version>3.25.3</assertj.version>
     <awaitility.version>4.2.0</awaitility.version>
     <bsh.version>2.0b6</bsh.version>
@@ -267,12 +265,6 @@
         <scope>import</scope>
       </dependency>
 
-      <dependency>
-        <groupId>org.eclipse.angus</groupId>
-        <artifactId>angus-activation</artifactId>
-        <version>${angus-activation.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.assertj</groupId>
         <artifactId>assertj-core</artifactId>

Reply via email to