You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/25 13:18:03 UTC

[camel] branch master updated: axb is needed for camel-maven-package-plugin - only api

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37e2bf5  axb is needed for camel-maven-package-plugin - only api
37e2bf5 is described below

commit 37e2bf51eeedd5e59d3b9451caf9180aab507e6b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 25 14:09:26 2020 +0100

    axb is needed for camel-maven-package-plugin - only api
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index af1a4fa..8bf6d96 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -173,16 +173,6 @@
             <version>${jakarta-jaxb-version}</version>
         </dependency>
 
-        <!-- need JAXB implementation -->
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-core</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-        </dependency>
-
         <!-- yaml -->
         <dependency>
             <groupId>org.snakeyaml</groupId>