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 2021/01/15 09:44:43 UTC

[camel] 02/03: CAMEL-16040: Add package imports to xml jaxb to allow swagger generation (#4889)

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

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

commit 102a5cec8516094e402dfa3cf56543ae900cd1f3
Author: Bob Paulin <bo...@bobpaulin.com>
AuthorDate: Fri Jan 15 03:38:22 2021 -0600

    CAMEL-16040: Add package imports to xml jaxb to allow swagger generation (#4889)
---
 core/camel-xml-jaxb/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml
index 598864e..678b2bf 100644
--- a/core/camel-xml-jaxb/pom.xml
+++ b/core/camel-xml-jaxb/pom.xml
@@ -33,6 +33,12 @@
 
     <properties>
         <camel.osgi.import>
+            org.apache.camel.model.cloud;${camel.osgi.import.camel.version},
+            org.apache.camel.model.config;${camel.osgi.import.camel.version},
+            org.apache.camel.model.dataformat;${camel.osgi.import.camel.version},
+            org.apache.camel.model.loadbalancer;${camel.osgi.import.camel.version},
+            org.apache.camel.model.transformer;${camel.osgi.import.camel.version},
+            org.apache.camel.model.validator;${camel.osgi.import.camel.version},
             javax.xml.bind.*;version="[2.2,3.0)",
             *
         </camel.osgi.import>