Honeycomb 1.18.10-RC1
[honeycomb.git] / infra / northbound / bgp-extensions / extension-common / pom.xml
index 0ea37b2..3ecfbb8 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.10-RC1</version>
         <relativePath>../../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound.bgp</groupId>
     <artifactId>extension-common</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.10-RC1</version>
+    <name>${project.artifactId}</name>
 
     <dependencies>
         <!-- DI-->
             <artifactId>bgp-parser-impl</artifactId>
             <version>${odl.bgpcep.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-binding-broker-impl</artifactId>
+            <version>${odl.mdsal.controller.version}</version>
+        </dependency>
     </dependencies>
 
 </project>
\ No newline at end of file