diff options
Diffstat (limited to 'lisp/lisp2vpp/pom.xml')
-rwxr-xr-x | lisp/lisp2vpp/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml index 3553a2a07..b78ee8526 100755 --- a/lisp/lisp2vpp/pom.xml +++ b/lisp/lisp2vpp/pom.xml @@ -99,5 +99,11 @@ <artifactId>hamcrest-all</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>io.fd.honeycomb.vpp</groupId> + <artifactId>vpp-translate-test</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> </dependencies> </project> |