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/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new 1950e16 Update SLF4J
1950e16 is described below
commit 1950e16e9b90bfcb4e1bf61d11652a8933bda327
Author: Andreas Veithen <[email protected]>
AuthorDate: Tue Dec 22 12:24:26 2020 +0000
Update SLF4J
---
pom.xml | 8 +++++++-
testing/spring-ws-testsuite/pom.xml | 1 -
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index a9c42a6..c19b6ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,6 +250,7 @@
<spring.version>5.3.2</spring.version>
<springws.version>3.0.3.RELEASE</springws.version>
<exam.version>4.12.0</exam.version>
+ <slf4j.version>1.7.30</slf4j.version>
<skipDeploy>false</skipDeploy>
</properties>
@@ -484,7 +485,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
- <version>1.5.11</version>
+ <version>${slf4j.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-jcl</artifactId>
+ <version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
diff --git a/testing/spring-ws-testsuite/pom.xml
b/testing/spring-ws-testsuite/pom.xml
index e66ef3b..dca964d 100644
--- a/testing/spring-ws-testsuite/pom.xml
+++ b/testing/spring-ws-testsuite/pom.xml
@@ -49,7 +49,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
- <version>1.6.6</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>