This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new f8c09f8234 More dependency fixes in parent/pom.xml
f8c09f8234 is described below
commit f8c09f8234a9a546a0ca7ef8368a31bfe43fdf61
Author: Andriy Redko <[email protected]>
AuthorDate: Mon May 1 15:45:16 2023 -0400
More dependency fixes in parent/pom.xml
---
parent/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 596eafb1f7..a8aa870e44 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -67,7 +67,7 @@
<cxf.osgi.dynamic.import />
<cxf.osgi.spring.version>[3.1,6)</cxf.osgi.spring.version>
<cxf.osgi.spring.osgi.version>[1.2.0,2)</cxf.osgi.spring.osgi.version>
- <cxf.osgi.slf4j.version>[1.7,3)</cxf.osgi.slf4j.version>
+ <cxf.osgi.slf4j.version>[1.5,2)</cxf.osgi.slf4j.version>
<cxf.osgi.javax.annotation.version>[1.2,2)</cxf.osgi.javax.annotation.version>
<cxf.osgi.javax.bind.version>[0,3)</cxf.osgi.javax.bind.version>
<cxf.osgi.javax.stream.version>[0,2)</cxf.osgi.javax.stream.version>
@@ -151,7 +151,7 @@
<cxf.jcache.version>1.1.1</cxf.jcache.version>
<cxf.jdom.version>1.0</cxf.jdom.version>
<cxf.jettison.version>1.5.4</cxf.jettison.version>
- <cxf.jetty.osgi.version>[9.2,11)</cxf.jetty.osgi.version>
+ <cxf.jetty.osgi.version>[9.2,10)</cxf.jetty.osgi.version>
<cxf.jetty10.version>10.0.15</cxf.jetty10.version>
<cxf.jetty.version>${cxf.jetty10.version}</cxf.jetty.version>
<cxf.jexl.version>3.2.1</cxf.jexl.version>
@@ -198,7 +198,7 @@
<cxf.servlet-api.artifact>jakarta.servlet-api</cxf.servlet-api.artifact>
<cxf.servlet-api.group>jakarta.servlet</cxf.servlet-api.group>
<cxf.servlet-api.version>4.0.4</cxf.servlet-api.version>
- <cxf.slf4j.version>2.0.7</cxf.slf4j.version>
+ <cxf.slf4j.version>1.7.36</cxf.slf4j.version>
<cxf.snakeyaml.version>2.0</cxf.snakeyaml.version>
<cxf.specs.jaxws.api.version>2.3_2</cxf.specs.jaxws.api.version>
<cxf.spring.boot.version>2.7.11</cxf.spring.boot.version>