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 2022/05/12 07:39:39 UTC

[camel] branch main updated: CAMEL-18100: Fixed split package for org.apache.camel.resume.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 90014e293bd CAMEL-18100: Fixed split package for org.apache.camel.resume.
90014e293bd is described below

commit 90014e293bd68fd15da5d7b033138260c69e2b2c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 12 09:39:07 2022 +0200

    CAMEL-18100: Fixed split package for org.apache.camel.resume.
---
 core/camel-core-xml/pom.xml | 1 -
 core/camel-xml-jaxb/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/core/camel-core-xml/pom.xml b/core/camel-core-xml/pom.xml
index 5d57997c1d1..6efb6401ac8 100644
--- a/core/camel-core-xml/pom.xml
+++ b/core/camel-core-xml/pom.xml
@@ -34,7 +34,6 @@
     <properties>
         <firstVersion>2.4.0</firstVersion>
         <camel.osgi.import>
-            org.apache.camel.resume;${camel.osgi.import.camel.version},
             javax.xml.bind*;version="[2.2,3.0)",
             *
         </camel.osgi.import>
diff --git a/core/camel-xml-jaxb/pom.xml b/core/camel-xml-jaxb/pom.xml
index 27f73403706..e5f7a56ab25 100644
--- a/core/camel-xml-jaxb/pom.xml
+++ b/core/camel-xml-jaxb/pom.xml
@@ -34,7 +34,6 @@
     <properties>
         <firstVersion>3.1.0</firstVersion>
         <camel.osgi.import>
-            org.apache.camel.resume;${camel.osgi.import.camel.version},
             org.apache.camel.model;${camel.osgi.import.camel.version},
             org.apache.camel.model.cloud;${camel.osgi.import.camel.version},
             org.apache.camel.model.config;${camel.osgi.import.camel.version},