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/12 15:08:11 UTC

[camel] 02/02: Make JAXB Api optional on camel-core-engine

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

commit 8ead57d1311fd34f7c6b9d88e100bc284801ca8c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 12 15:50:58 2020 +0100

    Make JAXB Api optional on camel-core-engine
---
 core/camel-core-engine/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 56a2d04..e0bf3cb 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -54,6 +54,7 @@
             <groupId>jakarta.xml.bind</groupId>
             <artifactId>jakarta.xml.bind-api</artifactId>
             <version>${jakarta-jaxb-version}</version>
+            <optional>true</optional>
         </dependency>
 
         <!-- required dependencies by camel-core -->