diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 13:37:33 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2017-07-06 13:48:37 +0200 |
commit | e209f810b27cabda4b01421b6cc80769af67048b (patch) | |
tree | 3d468a1461f99d951992611259251802884a932d /vpp-common/vpp-common-integration/pom.xml | |
parent | c14266b8d45ff9df6ee28f5fbf74a40e2c3fc8b9 (diff) |
Remove dependency on minimal-distribution
Accidentially introduced by https://gerrit.fd.io/r/#/c/7386/
Change-Id: Ie862dac542a3384fff42293b76d895b0dbf5b806
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 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> |