From 4475cf5152d73b8ada4bd567de3e8a99507ad2bb Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 29 Jan 2016 23:49:36 +0100 Subject: Initial Virtual Bridge Domain models Initial drop of models. Includes a reusable type definition as temporary model and a network-topology-based model of a virtual bridge domain. Change-Id: I6e6fbb2063c8157f3f1a329066ccba2b7f66efb1 Signed-off-by: Robert Varga --- vbd/api/pom.xml | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 vbd/api/pom.xml (limited to 'vbd/api/pom.xml') diff --git a/vbd/api/pom.xml b/vbd/api/pom.xml new file mode 100644 index 000000000..82cd6fdec --- /dev/null +++ b/vbd/api/pom.xml @@ -0,0 +1,76 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.0.0-SNAPSHOT + ../../common/api-parent + + + io.fd.honeycomb.vbd + 4.0.0 + vbd-api + 1.0.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.0-SNAPSHOT + pom + import + + + io.fd.honeycomb.v3po + v3po-artifacts + 1.0.0-SNAPSHOT + pom + import + + + + + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + ietf-topology + + + + io.fd.honeycomb.v3po + v3po-api + + + -- cgit 1.2.3-korg