Do not install openconfig-impl bundle
[bgpcep.git] / bgp / pom.xml
index 7934324c012708cf419e42c5895b1ec1dd2feb8f..546db8bc2c9025acfc8371df7464d50b4dffddbd 100644 (file)
         <tag>HEAD</tag>
     </scm>
     <parent>
-        <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../parent</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>1.8.0-SNAPSHOT</version>
+        <relativePath/>
     </parent>
 
+    <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgp-parent</artifactId>
-    <description>BGP-related components</description>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+    <description>BGP-related components</description>
     <name>${project.artifactId}</name>
 
     <modules>
@@ -61,6 +63,8 @@
         <module>evpn</module>
         <module>cli</module>
         <module>peer-acceptor</module>
+        <module>config-loader-spi</module>
+        <module>config-loader-impl</module>
     </modules>
 
   <!--