Move BGP examples to hc2vpp
[honeycomb.git] / infra / data-impl / pom.xml
index 13c2d19..19e6839 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.17.07-SNAPSHOT</version>
+        <version>1.17.10-SNAPSHOT</version>
         <relativePath>../../common/impl-parent</relativePath>
     </parent>
 
@@ -28,7 +28,7 @@
     <groupId>io.fd.honeycomb</groupId>
     <artifactId>data-impl</artifactId>
     <name>${project.artifactId}</name>
-    <version>1.17.07-SNAPSHOT</version>
+    <version>1.17.10-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal-core-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.controller</groupId>
+            <artifactId>sal-core-spi</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>junit</groupId>