From aa7e652e6105a6972d6c41ff0738cd9e31ce0188 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Thu, 10 Nov 2016 09:48:40 +0100 Subject: HONEYCOMB-58 - Routing Api Change-Id: Id887c12bea1983c0d185689c633902b691cf52f6 Signed-off-by: Jan Srnicek --- routing/routing-api/pom.xml | 70 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 routing/routing-api/pom.xml (limited to 'routing/routing-api/pom.xml') diff --git a/routing/routing-api/pom.xml b/routing/routing-api/pom.xml new file mode 100644 index 000000000..92c8824d7 --- /dev/null +++ b/routing/routing-api/pom.xml @@ -0,0 +1,70 @@ + + + + + io.fd.honeycomb.common + api-parent + 1.16.12-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.honeycomb.routing + routing-api + 1.16.12-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal.model + mdsal-model-artifacts + 0.8.2-Beryllium-SR2 + pom + import + + + + + + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + ietf-interfaces + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + org.opendaylight.mdsal.model + yang-ext + + + io.fd.honeycomb.v3po + v3po-api + ${project.version} + + + -- cgit 1.2.3-korg