From b83a4a9d291991b07034c0889694eda247e9c8cd Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 9 Feb 2017 14:33:52 +0100 Subject: HC2VPP-53: YANG model for DHCP Relay Change-Id: Ia6dd23a731b1889f5b69ff1761604c29ff84f03c Signed-off-by: Marek Gradzki --- dhcp/dhcp-api/pom.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 dhcp/dhcp-api/pom.xml (limited to 'dhcp/dhcp-api/pom.xml') diff --git a/dhcp/dhcp-api/pom.xml b/dhcp/dhcp-api/pom.xml new file mode 100644 index 000000000..bbeb988f3 --- /dev/null +++ b/dhcp/dhcp-api/pom.xml @@ -0,0 +1,51 @@ + + + + io.fd.honeycomb.common + api-parent + 1.17.04-SNAPSHOT + + + 4.0.0 + io.fd.hc2vpp.dhcp + dhcp-api + dhcp-api + 1.17.04-SNAPSHOT + bundle + + + + 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 + + + -- cgit 1.2.3-korg