You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/05/08 20:57:07 UTC

[cxf] 02/02: Upgrade to Saaj Impl 1.5.2

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

buhhunyx pushed a commit to branch saaj-impl
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e038fb3f4dce3fdf0b2d53113dd11c671d489635
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri May 8 23:56:43 2020 +0300

    Upgrade to Saaj Impl 1.5.2
---
 distribution/src/main/release/samples/pom.xml       | 2 +-
 osgi/karaf/features/src/main/resources/features.xml | 1 -
 parent/pom.xml                                      | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 1fc9ed7..2be18db 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -274,7 +274,7 @@
                 <dependency>
                     <groupId>com.sun.xml.messaging.saaj</groupId>
                     <artifactId>saaj-impl</artifactId>
-                    <version>1.5.1</version>
+                    <version>1.5.2</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>
diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index edbae56..bc8a801 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -60,7 +60,6 @@
     </feature>
     <feature name="saaj-impl" version="${cxf.saaj-impl.version}">
         <bundle start-level="25">mvn:org.jvnet.staxex/stax-ex/${cxf.stax-ex.version}</bundle>
-        <bundle start-level="25">mvn:org.jvnet.mimepull/mimepull/1.9.11</bundle>
         <bundle start-level="25">mvn:com.sun.xml.messaging.saaj/saaj-impl/${cxf.saaj-impl.version}</bundle>
     </feature>
     <feature name="wss4j" version="${cxf.wss4j.version}">
diff --git a/parent/pom.xml b/parent/pom.xml
index bd2f00d..a732ec0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -184,7 +184,7 @@
         <cxf.rxjava.version>1.3.8</cxf.rxjava.version>
         <cxf.rxjava2.version>2.2.19</cxf.rxjava2.version>
         <cxf.rxjava3.version>3.0.2</cxf.rxjava3.version>
-        <cxf.saaj-impl.version>1.5.1</cxf.saaj-impl.version>
+        <cxf.saaj-impl.version>1.5.2</cxf.saaj-impl.version>
         <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.3</cxf.servlet-api.version>