summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2018-04-09 15:23:17 +0200
committerMarek Gradzki <mgradzki@cisco.com>2018-04-09 13:58:00 +0000
commit3b694eb79e50a30aec027c1d1bb6503f8df92da5 (patch)
treedae8082eba9484e4bc35a81b7bf8be325885d4f1 /samples
parentfff535ff048d0ed3e492083d4936f61722362b4f (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 'samples')
-rw-r--r--samples/samples-impl/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/samples/samples-impl/pom.xml b/samples/samples-impl/pom.xml
index 9121712c8..1c2e88848 100644
--- a/samples/samples-impl/pom.xml
+++ b/samples/samples-impl/pom.xml
@@ -25,7 +25,6 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-spi</artifactId>
- <version>${project.version}</version>
</dependency>
<!-- Vpp api java wrapped -->
<dependency>
@@ -36,7 +35,6 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-utils</artifactId>
- <version>${project.version}</version>
</dependency>
<!-- Jvpp specific utils for translation code -->
<dependency>
@@ -48,13 +46,11 @@
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>translate-impl</artifactId>
- <version>${project.version}</version>
</dependency>
<!-- Initialization interfaces for infrastructure-->
<dependency>
<groupId>io.fd.honeycomb</groupId>
<artifactId>cfg-init</artifactId>
- <version>${project.version}</version>
</dependency>
<!-- Google juice injection -->
<dependency>