Update feature to add dependency to cellar
Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/69bb3cc9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/69bb3cc9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/69bb3cc9 Branch: refs/heads/feature-UNOMI-70-ES5X Commit: 69bb3cc9bb8af844c7e1922e1bd8eaeefdf0ce31 Parents: 207c2cc Author: Serge Huber <[email protected]> Authored: Wed Dec 21 20:19:55 2016 +0100 Committer: Serge Huber <[email protected]> Committed: Wed Dec 21 20:19:55 2016 +0100 ---------------------------------------------------------------------- kar/pom.xml | 31 +++++++------------------------ 1 file changed, 7 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/69bb3cc9/kar/pom.xml ---------------------------------------------------------------------- diff --git a/kar/pom.xml b/kar/pom.xml index cee6add..8a1c1c4 100644 --- a/kar/pom.xml +++ b/kar/pom.xml @@ -108,6 +108,13 @@ <groupId>org.apache.servicemix.bundles</groupId> <artifactId>org.apache.servicemix.bundles.joda-time</artifactId> </dependency> + <dependency> + <groupId>org.apache.karaf.cellar</groupId> + <artifactId>apache-karaf-cellar</artifactId> + <classifier>features</classifier> + <type>xml</type> + <scope>runtime</scope> + </dependency> </dependencies> <build> @@ -132,30 +139,6 @@ <startLevel>85</startLevel> </configuration> </plugin> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>build-helper-maven-plugin</artifactId> - <executions> - <execution> - <id>attach-artifacts</id> - <phase>package</phase> - <goals> - <goal>attach-artifact</goal> - </goals> - <configuration> - <artifacts> - <artifact> - <file>target/feature/feature.xml</file> - <classifier>features</classifier> - <type>xml</type> - </artifact> - </artifacts> - </configuration> - </execution> - </executions> - </plugin> - --> </plugins> </build>
