Derive aggregators from odlparent-lite
[bgpcep.git] / bgp / bmp-mock / pom.xml
index 8a8ac77fe2cb89f0b099a296ce351fed06bf83ed..d8673e85e5bcccbd28c25ab8731b300f26fabcd0 100644 (file)
@@ -4,13 +4,29 @@
  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgp-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
+
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgp-bmp-mock</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
     <name>bmp-mock</name>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.bgpcep</groupId>
+                <artifactId>bgpcep-parent</artifactId>
+                <version>0.7.0-SNAPSHOT</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.bgpcep</groupId>