summaryrefslogtreecommitdiffstats
path: root/vbd/impl/pom.xml
diff options
context:
space:
mode:
authorJozef Gloncak <jgloncak@cisco.com>2016-02-02 15:16:06 +0100
committerJozef Gloncak <jgloncak@cisco.com>2016-02-02 15:37:20 +0100
commit95588dfe07b685ef6ccd3c9dc3697e7baab49712 (patch)
tree5fa6dfddabdd4d1a75213dd13e26bcc1038a3632 /vbd/impl/pom.xml
parenta03a2cb26606a9099f2ea8cfd589f7ef503f0374 (diff)
Add VPP to bridge domain.
Request for adding VPP to bridge domain is received by VPP application which send this requirement to mounted VPP. It means that information about membership of VPP is resend to VPP and stored to its datastore. Change-Id: Idc44b4d0bd505597cfb89b537eb9d17eaac50391 Signed-off-by: Jozef Gloncak <jgloncak@cisco.com>
Diffstat (limited to 'vbd/impl/pom.xml')
-rw-r--r--vbd/impl/pom.xml6
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>