diff options
Diffstat (limited to 'ioam/impl')
-rw-r--r-- | ioam/impl/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml index 9c06390ae..8fdb280fb 100644 --- a/ioam/impl/pom.xml +++ b/ioam/impl/pom.xml @@ -67,22 +67,18 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-api</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>notification-api</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.vpp</groupId> @@ -118,7 +114,6 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>binding-init</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>junit</groupId> |