diff options
Diffstat (limited to 'routing/routing-impl/pom.xml')
-rw-r--r-- | routing/routing-impl/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/routing/routing-impl/pom.xml b/routing/routing-impl/pom.xml index 3ed85bdd3..5b95c4a81 100644 --- a/routing/routing-impl/pom.xml +++ b/routing/routing-impl/pom.xml @@ -41,19 +41,16 @@ <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-api</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-spi</artifactId> - <version>${project.version}</version> </dependency> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> - <version>${project.version}</version> </dependency> <!-- Translation --> @@ -112,7 +109,6 @@ <dependency> <groupId>io.fd.honeycomb.infra</groupId> <artifactId>test-tools</artifactId> - <version>${project.version}</version> <scope>test</scope> </dependency> </dependencies> |