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
The following commit(s) were added to refs/heads/master by this push: new ad626e6 CAMEL-13102 - OSGi Metadata for camel-dataformat ad626e6 is described below commit ad626e67b1c360bc7d908255fcc9f99974e8e853 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 23 10:14:25 2019 +0100 CAMEL-13102 - OSGi Metadata for camel-dataformat --- components/camel-dataformat/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/components/camel-dataformat/pom.xml b/components/camel-dataformat/pom.xml index 5e12544..52c9eb8 100644 --- a/components/camel-dataformat/pom.xml +++ b/components/camel-dataformat/pom.xml @@ -34,10 +34,15 @@ <description>Camel DataFormat component</description> <properties> + <camel.osgi.import> + ${camel.osgi.import.defaults}, + * + </camel.osgi.import> + <camel.osgi.export.pkg>org.apache.camel.component.dataformat.*</camel.osgi.export.pkg> + <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=dataformat</camel.osgi.export.service> <!-- do not skip any tests by default --> <platform.skip.tests/> </properties> - <dependencies> <!-- required dependencies by camel-core -->