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/03/27 10:53:10 UTC

[cxf] 03/03: Upgrade to Jakarta Xml Bind 2.3.3

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

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

commit ea3f552731ee18374a9deb6d3a05485c94fc70ed
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Mar 27 13:52:17 2020 +0300

    Upgrade to Jakarta Xml Bind 2.3.3
---
 distribution/src/main/release/samples/pom.xml | 6 ------
 parent/pom.xml                                | 8 ++++----
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index 4fe72cb..9fa9a1e 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -243,9 +243,6 @@
         </profile>
         <profile>
             <id>java9-plus</id>
-            <properties>
-                    <cxf.jaxb.version>2.3.2</cxf.jaxb.version>
-            </properties>
             <activation>
                 <jdk>[9,)</jdk>
             </activation>
@@ -253,7 +250,6 @@
                 <dependency>
                     <groupId>jakarta.xml.bind</groupId>
                     <artifactId>jakarta.xml.bind-api</artifactId>
-                    <version>${cxf.jaxb.version}</version>
                 </dependency>
                 <dependency>
                     <groupId>jakarta.annotation</groupId>
@@ -288,12 +284,10 @@
                 <dependency>
                     <groupId>org.glassfish.jaxb</groupId>
                     <artifactId>jaxb-runtime</artifactId>
-                    <version>${cxf.jaxb.version}</version>
                 </dependency>
                 <dependency>
                     <groupId>org.glassfish.jaxb</groupId>
                     <artifactId>jaxb-xjc</artifactId>
-                    <version>${cxf.jaxb.version}</version>
                 </dependency>
             </dependencies>
         </profile>
diff --git a/parent/pom.xml b/parent/pom.xml
index 079bb40..b711bbf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -141,9 +141,9 @@
         <cxf.javassist.version>3.25.0-GA</cxf.javassist.version>
         <cxf.javax.annotation-api.version>1.3.5</cxf.javax.annotation-api.version>
         <cxf.javax.ws.rs.version>2.1.6</cxf.javax.ws.rs.version>
-        <cxf.jaxb.runtime.version>${cxf.jaxb.version}</cxf.jaxb.runtime.version>
-        <cxf.jaxb.version>2.3.2</cxf.jaxb.version>
-        <cxf.jaxb.xjc.version>${cxf.jaxb.version}</cxf.jaxb.xjc.version>
+        <cxf.jaxb.runtime.version>2.3.2</cxf.jaxb.runtime.version>
+        <cxf.jaxb.version>2.3.3</cxf.jaxb.version>
+        <cxf.jaxb.xjc.version>${cxf.jaxb.runtime.version}</cxf.jaxb.xjc.version>
         <cxf.jboss.logging.version>3.3.0.Final</cxf.jboss.logging.version>
         <cxf.jboss.weld.version>3.1.3.Final</cxf.jboss.weld.version>
         <cxf.jcache.version>1.1.1</cxf.jcache.version>
@@ -241,7 +241,7 @@
         <cxf.istack.bundle.version>3.0.7</cxf.istack.bundle.version>
         <cxf.jasypt.bundle.version>1.9.3_1</cxf.jasypt.bundle.version>
         <cxf.javax.mail.version>1.4.4</cxf.javax.mail.version>
-        <cxf.jaxb.bundle.version>2.3.1_1</cxf.jaxb.bundle.version>
+        <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version>
         <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property>
         <cxf.jdom.bundle.version>1.1_4</cxf.jdom.bundle.version>
         <cxf.karaf.version>4.2.8</cxf.karaf.version>