This is an automated email from the ASF dual-hosted git repository. gnodet 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 d5f99b4 Fix osgi metadata after refactoring d5f99b4 is described below commit d5f99b4c6bca3d181bcedec83f8cde87fdf163a3 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Wed Jan 23 17:28:21 2019 +0100 Fix osgi metadata after refactoring --- camel-base/pom.xml | 2 -- camel-support/pom.xml | 15 --------------- 2 files changed, 17 deletions(-) diff --git a/camel-base/pom.xml b/camel-base/pom.xml index a3a9d52..df43949 100644 --- a/camel-base/pom.xml +++ b/camel-base/pom.xml @@ -39,7 +39,6 @@ org.apache.camel.cloud; org.apache.camel.converter; org.apache.camel.converter.jaxp; - org.apache.camel.converter.stream; org.apache.camel.impl.converter; org.apache.camel.impl.event; org.apache.camel.impl.health; @@ -47,7 +46,6 @@ org.apache.camel.impl.scan; org.apache.camel.impl.validator; org.apache.camel.runtimecatalog.impl; - org.apache.camel.saga; org.apache.camel.support.dump; org.apache.camel.throttling; -noimport:=true diff --git a/camel-support/pom.xml b/camel-support/pom.xml index 66fa3c4..f0647ff 100644 --- a/camel-support/pom.xml +++ b/camel-support/pom.xml @@ -35,21 +35,6 @@ <description>The Camel Support</description> <properties> - <camel.osgi.export.pkg> - org.apache.camel.component; - org.apache.camel.component.extension.metadata; - org.apache.camel.component.extension.verifier; - org.apache.camel.support; - org.apache.camel.support.cluster; - org.apache.camel.support.component; - org.apache.camel.support.jndi; - org.apache.camel.support.processor; - org.apache.camel.support.processor.idempotent; - -noimport:=true - </camel.osgi.export.pkg> - <camel.osgi.import.pkg> - * - </camel.osgi.import.pkg> </properties> <dependencies>