diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 08:36:27 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 08:48:07 +0200 |
commit | c14266b8d45ff9df6ee28f5fbf74a40e2c3fc8b9 (patch) | |
tree | c5589bed1f2564264703528a6cb3c12193679364 /vpp-common/vpp-common-integration/pom.xml | |
parent | 367cc7c7af7a4b760a0f2c4cf6b95eda34e7a542 (diff) |
HONEYCOMB-360 - Use binding-init module instead of whole distro core
Change-Id: I86eb100ca96169c7cf8df7ba9f2a1c7e3e75d77f
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'vpp-common/vpp-common-integration/pom.xml')
-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 7ba7d6359..a2547df0b 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-core</artifactId> + <artifactId>minimal-distribution</artifactId> <version>${honeycomb.min.distro.version}</version> </dependency> <dependency> |