From 3b694eb79e50a30aec027c1d1bb6503f8df92da5 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Mon, 9 Apr 2018 15:23:17 +0200 Subject: HC2VPP-283: cleanup honeycomb dependency versions Introduces honeycomb.version property in hc2vpp-parent and adds various honeycomb artifacts to impl-parent to reduce work when bumping honeycomb version. Change-Id: I2f31f255aa5234c6890073b93b11f93e5cd444f7 Signed-off-by: Marek Gradzki --- common/impl-parent/pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 49 insertions(+), 2 deletions(-) (limited to 'common/impl-parent') diff --git a/common/impl-parent/pom.xml b/common/impl-parent/pom.xml index 0a66eeafd..11870d7e4 100644 --- a/common/impl-parent/pom.xml +++ b/common/impl-parent/pom.xml @@ -17,9 +17,9 @@ 1.18.04-SNAPSHOT pom - + io.fd.honeycomb.common impl-parent @@ -27,6 +27,53 @@ pom import + + + io.fd.honeycomb + binding-init + ${honeycomb.version} + + + io.fd.honeycomb + cfg-init + ${honeycomb.version} + + + io.fd.honeycomb + notification-api + ${honeycomb.version} + + + io.fd.honeycomb + rpc-api + ${honeycomb.version} + + + io.fd.honeycomb + translate-api + ${honeycomb.version} + + + io.fd.honeycomb + translate-spi + ${honeycomb.version} + + + io.fd.honeycomb + translate-impl + ${honeycomb.version} + + + io.fd.honeycomb + translate-utils + ${honeycomb.version} + + + io.fd.honeycomb.infra + test-tools + ${honeycomb.version} + test + @@ -78,7 +125,7 @@ io.fd.honeycomb.common common-scripts - ${project.version} + ${honeycomb.version} -- cgit 1.2.3-korg