You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2022/06/15 06:32:20 UTC

[ws-wss4j] branch master updated: Switching explicitly to reload4j

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e1be93df Switching explicitly to reload4j
7e1be93df is described below

commit 7e1be93df0cc710ad1986566f7d07a12067709df
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Jun 15 07:20:41 2022 +0100

    Switching explicitly to reload4j
---
 integration/pom.xml             | 2 +-
 parent/pom.xml                  | 2 +-
 performance/pom.xml             | 2 +-
 ws-security-common/pom.xml      | 2 +-
 ws-security-dom/pom.xml         | 2 +-
 ws-security-policy-stax/pom.xml | 2 +-
 ws-security-stax/pom.xml        | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/integration/pom.xml b/integration/pom.xml
index 1d065ab53..16abd518a 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -91,7 +91,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index 0a4a3a61d..7fc8bdc17 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -93,7 +93,7 @@
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
+                <artifactId>slf4j-reload4j</artifactId>
                 <version>${slf4j.version}</version>
             </dependency>
             <dependency>
diff --git a/performance/pom.xml b/performance/pom.xml
index 0f8e49163..7f08d6458 100644
--- a/performance/pom.xml
+++ b/performance/pom.xml
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index 704fcf71d..7410e13fe 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -235,7 +235,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/ws-security-dom/pom.xml b/ws-security-dom/pom.xml
index d95b8a056..fcac6c3dc 100644
--- a/ws-security-dom/pom.xml
+++ b/ws-security-dom/pom.xml
@@ -114,7 +114,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/ws-security-policy-stax/pom.xml b/ws-security-policy-stax/pom.xml
index f6bfaf00d..5fddfb347 100644
--- a/ws-security-policy-stax/pom.xml
+++ b/ws-security-policy-stax/pom.xml
@@ -86,7 +86,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/ws-security-stax/pom.xml b/ws-security-stax/pom.xml
index c9e50ef49..79d8914bd 100644
--- a/ws-security-stax/pom.xml
+++ b/ws-security-stax/pom.xml
@@ -85,7 +85,7 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
+            <artifactId>slf4j-reload4j</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>