Bump honeycomb version to 1.18.04-SNAPSHOT
[honeycomb.git] / infra / northbound / restconf / pom.xml
index 3f3d9e6..8342e1a 100644 (file)
     <parent>
         <artifactId>impl-parent</artifactId>
         <groupId>io.fd.honeycomb.common</groupId>
-        <version>1.18.01-SNAPSHOT</version>
+        <version>1.18.04-SNAPSHOT</version>
         <relativePath>../../../common/impl-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>io.fd.honeycomb.northbound</groupId>
     <artifactId>restconf</artifactId>
-    <version>1.18.01-SNAPSHOT</version>
+    <version>1.18.04-SNAPSHOT</version>
 
     <properties>
         <jersey.version>1.19.1</jersey.version>
             <artifactId>binding-init</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>io.fd.honeycomb</groupId>
+            <artifactId>minimal-distribution-core</artifactId>
+            <version>${project.version}</version>
+        </dependency>
 
         <!-- Northbound common -->
         <dependency>