diff options
Diffstat (limited to 'samples/samples-impl/pom.xml')
-rw-r--r-- | samples/samples-impl/pom.xml | 4 |
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> |