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:58:58 UTC

[camel] 04/12: CAMEL-17435: removed jakarta.xml.bind:jakarta.xml.bind-api 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 4839e429382a9c08fcd48e44e8ff72e28b1ec2b2
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Thu Jan 6 13:59:25 2022 +0100

    CAMEL-17435: removed jakarta.xml.bind:jakarta.xml.bind-api as a default dependency for the whole Camel project
---
 parent/pom.xml | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index af050df..dd1a52e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4055,18 +4055,16 @@
                 <artifactId>javax.annotation-api</artifactId>
                 <version>${javax-annotation-api-version}</version>
             </dependency>
+
+            <dependency>
+                <groupId>jakarta.xml.bind</groupId>
+                <artifactId>jakarta.xml.bind-api</artifactId>
+                <version>${jakarta-jaxb-version}</version>
+            </dependency>
         </dependencies>
     </dependencyManagement>
 
     <dependencies>
-
-
-        <dependency>
-            <groupId>jakarta.xml.bind</groupId>
-            <artifactId>jakarta.xml.bind-api</artifactId>
-            <version>${jakarta-jaxb-version}</version>
-        </dependency>
-
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>