This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch CXF-7910_jakarta_jaxws-api
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/CXF-7910_jakarta_jaxws-api by
this push:
new dab43a6 update saaj-impl to ee4j release version
dab43a6 is described below
commit dab43a6890ad0cf2e1ed12c148e00857d25d7cf5
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Tue Jan 29 11:02:36 2019 +0100
update saaj-impl to ee4j release version
---
distribution/src/main/release/samples/pom.xml | 2 +-
parent/pom.xml | 8 +-------
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/distribution/src/main/release/samples/pom.xml
b/distribution/src/main/release/samples/pom.xml
index 5928b7f..cece040 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -257,7 +257,7 @@
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
- <version>1.4.0</version>
+ <version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index a117972..912bdad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2845,13 +2845,7 @@
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
- <version>1.4.0</version>
- <exclusions>
- <exclusion>
- <groupId>javax.xml.soap</groupId>
- <artifactId>javax.xml.soap-api</artifactId>
- </exclusion>
- </exclusions>
+ <version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.jacorb</groupId>