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 /nsh/impl/pom.xml | |
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 'nsh/impl/pom.xml')
-rw-r--r-- | nsh/impl/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> - <artifactId>minimal-distribution</artifactId> + <artifactId>minimal-distribution-core</artifactId> <version>${project.version}</version> </dependency> <dependency> |