summaryrefslogtreecommitdiffstats
path: root/nat/nat2vpp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nat/nat2vpp/pom.xml')
-rw-r--r--nat/nat2vpp/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/nat/nat2vpp/pom.xml b/nat/nat2vpp/pom.xml
index ba8204d6c..ad81e0662 100644
--- a/nat/nat2vpp/pom.xml
+++ b/nat/nat2vpp/pom.xml
@@ -30,6 +30,7 @@
<properties>
<honeycomb.infra.version>1.16.12-SNAPSHOT</honeycomb.infra.version>
+ <honeycomb.vpp.common.version>1.16.12-SNAPSHOT</honeycomb.vpp.common.version>
</properties>
<dependencies>
@@ -101,6 +102,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>io.fd.honeycomb.vpp</groupId>
+ <artifactId>vpp-translate-test</artifactId>
+ <version>${honeycomb.vpp.common.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>