Provide codec Serializer via RibSupport
[bgpcep.git] / bgp / rib-spi / pom.xml
index b4d38e1000422ec898ffe4f219dec6c73bc1c6b3..a9d151bb3d165b6edb1615d6d6fdfe0bdde8a39d 100644 (file)
@@ -14,9 +14,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
-        <artifactId>bgpcep-parent</artifactId>
+        <artifactId>binding-parent</artifactId>
         <version>0.10.0-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../../binding-parent</relativePath>
     </parent>
 
     <artifactId>bgp-rib-spi</artifactId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <scope>test</scope>
+            <type>test-jar</type>
+        </dependency>
     </dependencies>
 
     <build>