summaryrefslogtreecommitdiffstats
path: root/nat/nat2vpp/pom.xml
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-01 00:39:26 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-01 01:17:25 +0200
commit9cfc1be756602e554860be23fd34835bfc897cc1 (patch)
treec24c4da976506481af80fafd681ad4c4111853c5 /nat/nat2vpp/pom.xml
parent31f619b9e733bd3c88d77af1c0fc38258b8623de (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 'nat/nat2vpp/pom.xml')
-rw-r--r--nat/nat2vpp/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<!-- Honeycomb infrastructure-->
<dependency>
<groupId>io.fd.honeycomb</groupId>
- <artifactId>minimal-distribution</artifactId>
+ <artifactId>minimal-distribution-core</artifactId>
<version>${honeycomb.infra.version}</version>
</dependency>