Change minimal-distribution to minimal-distribution-core 77/7377/1
authorMarek Gradzki <[email protected]>
Fri, 30 Jun 2017 22:39:26 +0000 (00:39 +0200)
committerMarek Gradzki <[email protected]>
Fri, 30 Jun 2017 23:17:25 +0000 (01:17 +0200)
The minimal-distribution-core was introduced by HONEYCOMB-373.
Adoption is needed to remove indirect dependencies on various
HC infra yang models to decrease footprint
(HONEYCOMB-358 loads yang models based on maven dependencies).

Change-Id: Iba639efb893deb8d51de09009750542f78dfdd50
Signed-off-by: Marek Gradzki <[email protected]>
acl/acl-impl/pom.xml
ioam/impl/pom.xml
nat/nat2vpp/pom.xml
nsh/impl/pom.xml
vpp-common/vpp-common-integration/pom.xml
vpp-integration/minimal-distribution/pom.xml

index 758dceb..facc970 100644 (file)
@@ -68,7 +68,7 @@
         </dependency>
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
-            <artifactId>minimal-distribution</artifactId>
+            <artifactId>minimal-distribution-core</artifactId>
             <version>${project.version}</version>
         </dependency>
 
index a3f7114..5a9d246 100644 (file)
     </dependency>
     <dependency>
       <groupId>io.fd.honeycomb</groupId>
-      <artifactId>minimal-distribution</artifactId>
+      <artifactId>minimal-distribution-core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
index d3357ad..7e2f6b9 100644 (file)
@@ -60,7 +60,7 @@
         <!-- Honeycomb infrastructure-->
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
-            <artifactId>minimal-distribution</artifactId>
+            <artifactId>minimal-distribution-core</artifactId>
             <version>${honeycomb.infra.version}</version>
         </dependency>
 
index 7a0dd25..1bc00d0 100644 (file)
     </dependency>
     <dependency>
       <groupId>io.fd.honeycomb</groupId>
-      <artifactId>minimal-distribution</artifactId>
+      <artifactId>minimal-distribution-core</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
index a2547df..7ba7d63 100644 (file)
@@ -60,7 +60,7 @@
     <dependencies>
         <dependency>
             <groupId>io.fd.honeycomb</groupId>
-            <artifactId>minimal-distribution</artifactId>
+            <artifactId>minimal-distribution-core</artifactId>
             <version>${honeycomb.min.distro.version}</version>
         </dependency>
         <dependency>
index 6215646..a8616f5 100644 (file)
@@ -33,6 +33,7 @@
     <main.class>io.fd.honeycomb.infra.distro.Main</main.class>
     <v3po.version>1.17.07-SNAPSHOT</v3po.version>
     <lisp.version>1.17.07-SNAPSHOT</lisp.version>
+    <hc.infra.version>1.17.07-SNAPSHOT</hc.infra.version>
     <vpp.common.integration.version>1.17.07-SNAPSHOT</vpp.common.integration.version>
     <vppnsh.version>1.17.07-SNAPSHOT</vppnsh.version>
     <nat.version>1.17.07-SNAPSHOT</nat.version>
   </build>
 
   <dependencies>
+    <dependency>
+      <groupId>io.fd.honeycomb</groupId>
+      <artifactId>minimal-distribution</artifactId>
+      <version>${hc.infra.version}</version>
+    </dependency>
     <dependency>
       <groupId>io.fd.hc2vpp.common</groupId>
       <artifactId>vpp-common-integration</artifactId>