diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-01 00:39:26 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-01 01:17:25 +0200 |
commit | 9cfc1be756602e554860be23fd34835bfc897cc1 (patch) | |
tree | c24c4da976506481af80fafd681ad4c4111853c5 /vpp-common | |
parent | 31f619b9e733bd3c88d77af1c0fc38258b8623de (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common')
-rw-r--r-- | vpp-common/vpp-common-integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <dependencies> <dependency> <groupId>io.fd.honeycomb</groupId> - <artifactId>minimal-distribution</artifactId> + <artifactId>minimal-distribution-core</artifactId> <version>${honeycomb.min.distro.version}</version> </dependency> <dependency> |