pom parent missing in the karat-feature pom, breaking the deployment
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1529153 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/karaf-feature/pom.xml b/ipojo/runtime/karaf-feature/pom.xml
index 00fb9f9..5488424 100644
--- a/ipojo/runtime/karaf-feature/pom.xml
+++ b/ipojo/runtime/karaf-feature/pom.xml
@@ -21,9 +21,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix-parent</artifactId>
+ <version>2.1</version>
+ <relativePath>../../../pom/pom.xml</relativePath>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.ipojo.features</artifactId>
<version>1.10.2-SNAPSHOT</version>