From 9cfc1be756602e554860be23fd34835bfc897cc1 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Sat, 1 Jul 2017 00:39:26 +0200 Subject: Change minimal-distribution to minimal-distribution-core 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 --- acl/acl-impl/pom.xml | 2 +- ioam/impl/pom.xml | 2 +- nat/nat2vpp/pom.xml | 2 +- nsh/impl/pom.xml | 2 +- vpp-common/vpp-common-integration/pom.xml | 2 +- vpp-integration/minimal-distribution/pom.xml | 6 ++++++ 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml index 758dceb9a..facc9707f 100644 --- a/acl/acl-impl/pom.xml +++ b/acl/acl-impl/pom.xml @@ -68,7 +68,7 @@ io.fd.honeycomb - minimal-distribution + minimal-distribution-core ${project.version} diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index a3f7114ac..5a9d2466d 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -117,7 +117,7 @@ io.fd.honeycomb - minimal-distribution + minimal-distribution-core ${project.version} diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml index d3357ad87..7e2f6b9b3 100644 --- a/nat/nat2vpp/pom.xml +++ b/nat/nat2vpp/pom.xml @@ -60,7 +60,7 @@ io.fd.honeycomb - minimal-distribution + minimal-distribution-core ${honeycomb.infra.version} diff --git a/nsh/impl/pom.xml b/nsh/impl/pom.xml index 7a0dd256e..1bc00d047 100644 --- a/nsh/impl/pom.xml +++ b/nsh/impl/pom.xml @@ -108,7 +108,7 @@ io.fd.honeycomb - minimal-distribution + minimal-distribution-core ${project.version} diff --git a/vpp-common/vpp-common-integration/pom.xml b/vpp-common/vpp-common-integration/pom.xml index a2547df0b..7ba7d6359 100644 --- a/vpp-common/vpp-common-integration/pom.xml +++ b/vpp-common/vpp-common-integration/pom.xml @@ -60,7 +60,7 @@ io.fd.honeycomb - minimal-distribution + minimal-distribution-core ${honeycomb.min.distro.version} diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 621564602..a8616f535 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -33,6 +33,7 @@ io.fd.honeycomb.infra.distro.Main 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT + 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT 1.17.07-SNAPSHOT @@ -94,6 +95,11 @@ + + io.fd.honeycomb + minimal-distribution + ${hc.infra.version} + io.fd.hc2vpp.common vpp-common-integration -- cgit 1.2.3-korg