BUG-9218: eliminate duplicate bundles
[bgpcep.git] / features / rsvp / features-rsvp / pom.xml
index ba68bc737ea5b4f63590e7a93605c162079ee3e5..b02661434bf5c18287a1d1f233a736cad7f8afb6 100644 (file)
@@ -1,34 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
-      Copyright (c) 2015 Cisco Systems, Inc. and others.  All rights reserved.
-
- This program and the accompanying materials are made available under the
- terms of the Eclipse Public License v1.0 which accompanies this distribution,
- and is available at http://www.eclipse.org/legal/epl-v10.html
--->
-
 <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">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
-        <artifactId>features-parent</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <artifactId>feature-repo-parent</artifactId>
+        <version>2.0.5</version>
         <relativePath/>
     </parent>
-
-    <artifactId>features-rsvp</artifactId>
+    
     <groupId>org.opendaylight.bgpcep</groupId>
-    <version>0.8.0-SNAPSHOT</version>
-
-    <properties>
-        <mdsal.binding.base>0.11.0-SNAPSHOT</mdsal.binding.base>
-        <config.version>0.7.0-SNAPSHOT</config.version>
-    </properties>
+    <artifactId>features-rsvp</artifactId>
+    <version>0.9.0-SNAPSHOT</version>
+    <packaging>feature</packaging>
 
     <dependencyManagement>
+        <!-- ODL-BGP-ARTIFACTS -->
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.bgpcep</groupId>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <!-- Controller infrastructure -->
-            <dependency>
-                <groupId>org.opendaylight.controller</groupId>
-                <artifactId>config-artifacts</artifactId>
-                <version>${config.version}</version>
-                <scope>import</scope>
-                <type>pom</type>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
-
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>rsvp-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>rsvp-spi</artifactId>
+            <artifactId>odl-bgpcep-rsvp</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>rsvp-impl</artifactId>
+            <artifactId>odl-bgpcep-rsvp-api</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>bgp-concepts</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>features-mdsal-model</artifactId>
-            <version>${mdsal.binding.base}</version>
-            <classifier>features</classifier>
+            <artifactId>odl-bgpcep-rsvp-dependencies</artifactId>
             <type>xml</type>
-            <scope>runtime</scope>
+            <classifier>features</classifier>
         </dependency>
     </dependencies>
 
@@ -91,4 +64,4 @@
             <url>${nexus.site.url}/${project.artifactId}/</url>
         </site>
     </distributionManagement>
-</project>
\ No newline at end of file
+</project>