This is an automated email from the ASF dual-hosted git repository. acosentino 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 f39bd85 CAMEL-13002 - Added OSGi Metadata for camel-support after file component moved out of core f39bd85 is described below commit f39bd854c129386e16eb1d907100c403cd625711 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jan 23 15:27:08 2019 +0100 CAMEL-13002 - Added OSGi Metadata for camel-support after file component moved out of core --- camel-support/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/camel-support/pom.xml b/camel-support/pom.xml index a2a9846..66fa3c4 100644 --- a/camel-support/pom.xml +++ b/camel-support/pom.xml @@ -44,6 +44,7 @@ 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> @@ -134,4 +135,4 @@ </profile> </profiles> -</project> \ No newline at end of file +</project>