diff options
Diffstat (limited to 'lisp')
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index 75fe65691..d4071f74e 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -40,7 +40,6 @@ <dependency> <groupId>${project.honeycomb.groupId}</groupId> <artifactId>translate-spi</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.vpp.groupId}</groupId> @@ -55,12 +54,10 @@ <dependency> <groupId>${project.honeycomb.groupId}</groupId> <artifactId>translate-impl</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>${project.honeycomb.groupId}</groupId> <artifactId>cfg-init</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.vpp</groupId> @@ -118,7 +115,6 @@ <dependency> <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-tools</artifactId> - <version>${project.version}</version> <scope>test</scope> </dependency> |