diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 15:23:17 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-04-09 13:58:00 +0000 |
commit | 3b694eb79e50a30aec027c1d1bb6503f8df92da5 (patch) | |
tree | dae8082eba9484e4bc35a81b7bf8be325885d4f1 /nat/nat2vpp/pom.xml | |
parent | fff535ff048d0ed3e492083d4936f61722362b4f (diff) |
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 <mgradzki@cisco.com>
Diffstat (limited to 'nat/nat2vpp/pom.xml')
-rw-r--r-- | nat/nat2vpp/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml index 9ff016c25..f96e96d9e 100644 --- a/nat/nat2vpp/pom.xml +++ b/nat/nat2vpp/pom.xml @@ -29,7 +29,6 @@ <packaging>bundle</packaging> <properties> - <honeycomb.infra.version>1.18.04-SNAPSHOT</honeycomb.infra.version> <hc2vpp.common.version>1.18.04-SNAPSHOT</hc2vpp.common.version> </properties> @@ -61,31 +60,26 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>binding-init</artifactId> - <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-api</artifactId> - <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-spi</artifactId> - <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> - <version>${honeycomb.infra.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>${honeycomb.infra.version}</version> </dependency> <!-- DI --> @@ -131,7 +125,6 @@ <dependency> <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-tools</artifactId> - <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> |