Honeycomb 1.19.01-RC1
[honeycomb.git] / infra / impl / pom.xml
index 804464e..9e7135d 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.fd.honeycomb.common</groupId>
     <artifactId>impl-parent</artifactId>
-    <version>1.17.04-SNAPSHOT</version>
+    <version>1.19.01-RC1</version>
     <relativePath>../../common/impl-parent</relativePath>
   </parent>
 
@@ -27,7 +27,7 @@
   <groupId>io.fd.honeycomb</groupId>
   <name>${project.artifactId}</name>
   <artifactId>honeycomb-impl</artifactId>
-  <version>1.17.04-SNAPSHOT</version>
+  <version>1.19.01-RC1</version>
   <packaging>bundle</packaging>
   <dependencies>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>ietf-topology</artifactId>
     </dependency>
+    <!--Required by FakeBindingAwareBroker -> BundleContext-->
+    <dependency>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${osgi-core.version}</version>
+    </dependency>
 
     <dependency>
       <groupId>junit</groupId>