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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit f6c2257aca29c30641612c30a7be34761fb0583a
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Sun Dec 10 12:03:37 2023 +0000

    Remove unnecessary exclusion
    
    JiBX now depends on Log4J 2.x, so we can remove the exclusion that was
    added when Axis2 migrated to Log4J 2.x.
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index e763be0db5..8a656f2e86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -606,12 +606,6 @@
                 <groupId>org.jibx</groupId>
                 <artifactId>jibx-bind</artifactId>
                 <version>${jibx.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>log4j</groupId>
-                        <artifactId>log4j</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.jibx</groupId>

Reply via email to