Migrate pcep to MD-SAL APIs
[bgpcep.git] / features / pcep / odl-bgpcep-pcep-topology-stats / pom.xml
index c36d449f90414aacc86ba766d358558e30232baf..cbf78370acd51af72fa2aaffc954cbb55007bcae 100644 (file)
          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>single-feature-parent</artifactId>
-        <version>2.0.5</version>
-        <relativePath/>
+        <version>0.11.0-SNAPSHOT</version>
+        <relativePath>../../../single-feature-parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>odl-bgpcep-pcep-topology-stats</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
     <packaging>feature</packaging>
-
     <name>OpenDaylight :: PCEP :: Topology Stats</name>
 
-    <dependencyManagement>
-        <dependencies>
-            <!-- ODL-BGP-ARTIFACTS -->
-            <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>
             <artifactId>pcep-topology-stats</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>odl-mdsal-dom-broker</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>odl-bgpcep-pcep-stateful07</artifactId>