Add feature-repo-parent pom
[bgpcep.git] / features / bgpcep-extras / features-bgpcep-extras / pom.xml
index e756b5fdef01b8b85bc702c43d22e7263b79ddf8..292c42710e86e1652525502740095bac009d4513 100644 (file)
@@ -4,30 +4,15 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.odlparent</groupId>
+        <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>feature-repo-parent</artifactId>
-        <version>3.0.2</version>
-        <relativePath/>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../../feature-repo-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>features-bgpcep-extras</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <dependencyManagement>
-        <!-- ODL-BGP-ARTIFACTS -->
-        <dependencies>
-            <dependency>
-                <groupId>org.opendaylight.bgpcep</groupId>
-                <artifactId>bgpcep-artifacts</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>