CAMEL-11433 Add OSGI export package and service headers to camel-box
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/456955c6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/456955c6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/456955c6 Branch: refs/heads/camel-2.19.x Commit: 456955c63c51bad6d081b3c6842f016ff943a87a Parents: 1255824 Author: jpoth <poth.j...@gmail.com> Authored: Wed Jun 21 10:53:20 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jun 21 12:26:47 2017 +0200 ---------------------------------------------------------------------- components/camel-box/camel-box-component/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/456955c6/components/camel-box/camel-box-component/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-box/camel-box-component/pom.xml b/components/camel-box/camel-box-component/pom.xml index 924008a..00600da 100644 --- a/components/camel-box/camel-box-component/pom.xml +++ b/components/camel-box/camel-box-component/pom.xml @@ -37,6 +37,8 @@ <outPackage>org.apache.camel.component.box.internal</outPackage> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> + <camel.osgi.export.pkg>org.apache.camel.component.box</camel.osgi.export.pkg> + <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=box</camel.osgi.export.service> </properties> <dependencies>