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

jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 31a4704929c63ded7fc4e1c0f20c5064a0c5fa62
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Tue Aug 13 21:43:51 2019 +0100

    Revert "Update JAXB to 2.3.1"
    
    This reverts commit 0f4002a6849b4a4f9712a2ebf07bef70bb8cf719.
---
 examples/groovy-cdi/pom.xml   | 2 +-
 examples/groovy-jpa/pom.xml   | 2 +-
 examples/groovy-spock/pom.xml | 2 +-
 pom.xml                       | 6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/examples/groovy-cdi/pom.xml b/examples/groovy-cdi/pom.xml
index 9840e4c..62f2f51 100644
--- a/examples/groovy-cdi/pom.xml
+++ b/examples/groovy-cdi/pom.xml
@@ -87,7 +87,7 @@
     <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
-      <version>2.3.1</version>
+      <version>2.2.11</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/groovy-jpa/pom.xml b/examples/groovy-jpa/pom.xml
index c96eddc..98a5b07 100644
--- a/examples/groovy-jpa/pom.xml
+++ b/examples/groovy-jpa/pom.xml
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
-      <version>2.3.1</version>
+      <version>2.1.13</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/examples/groovy-spock/pom.xml b/examples/groovy-spock/pom.xml
index 3106207..38231ea 100644
--- a/examples/groovy-spock/pom.xml
+++ b/examples/groovy-spock/pom.xml
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>com.sun.xml.bind</groupId>
       <artifactId>jaxb-impl</artifactId>
-      <version>2.3.1</version>
+      <version>2.1.13</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>
diff --git a/pom.xml b/pom.xml
index c7e723e..9042eea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1732,17 +1732,17 @@
       <dependency>
         <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.0</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.0</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-core</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.0</version>
       </dependency>
       <dependency> <!-- licence apache, only 110ko -->
         <groupId>org.fusesource.jansi</groupId>

Reply via email to