diff options
Diffstat (limited to 'nat/nat2vpp/pom.xml')
-rw-r--r-- | nat/nat2vpp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml index a136961aa..4cd4ab6e4 100644 --- a/nat/nat2vpp/pom.xml +++ b/nat/nat2vpp/pom.xml @@ -122,5 +122,11 @@ <artifactId>hamcrest-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>io.fd.honeycomb.infra</groupId> + <artifactId>test-tools</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |