You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/01/08 17:59:02 UTC

[camel] 08/12: CAMEL-17435: removed org.glassfish.jaxb:jaxb-runtime as a default dependency for the whole Camel project

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2b17c5c0ca79fea94d97c6dce2d35be6c6f27772
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 6 14:10:32 2022 +0100

    CAMEL-17435: removed org.glassfish.jaxb:jaxb-runtime as a default dependency for the whole Camel project
---
 parent/pom.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fb06464..36b688c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4089,15 +4089,17 @@
                 <groupId>org.apache.geronimo.specs</groupId>
                 <artifactId>geronimo-jta_1.1_spec</artifactId>
             </dependency>
+
+            <dependency>
+                <groupId>org.glassfish.jaxb</groupId>
+                <artifactId>jaxb-runtime</artifactId>
+                <version>${glassfish-jaxb-runtime-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <dependencies>
-        <dependency>
-            <groupId>org.glassfish.jaxb</groupId>
-            <artifactId>jaxb-runtime</artifactId>
-            <version>${glassfish-jaxb-runtime-version}</version>
-        </dependency>
+
         <dependency>
             <groupId>javax.xml.soap</groupId>
             <artifactId>javax.xml.soap-api</artifactId>