diff options
Diffstat (limited to 'vbd/impl/pom.xml')
-rw-r--r-- | vbd/impl/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vbd/impl/pom.xml b/vbd/impl/pom.xml index d4ac30d62..6f966b8c8 100644 --- a/vbd/impl/pom.xml +++ b/vbd/impl/pom.xml @@ -51,6 +51,12 @@ <artifactId>vbd-api</artifactId> </dependency> + <dependency> + <groupId>io.fd.honeycomb.v3po</groupId> + <artifactId>v3po-api</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + <!-- Testing Dependencies --> <dependency> <groupId>junit</groupId> |