From 26589d440f332fe52238fa258d7d7b58df43eee5 Mon Sep 17 00:00:00 2001 From: Tibor Král Date: Wed, 14 Nov 2018 18:20:02 +0100 Subject: HC2VPP-87: Expose IPSEC management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib13a2cdba5a0902581c455de67cc0ee64d20598d Signed-off-by: Tibor Král --- ipsec/ipsec-api/pom.xml | 52 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ipsec/ipsec-api/pom.xml (limited to 'ipsec/ipsec-api/pom.xml') diff --git a/ipsec/ipsec-api/pom.xml b/ipsec/ipsec-api/pom.xml new file mode 100644 index 000000000..169f55cf5 --- /dev/null +++ b/ipsec/ipsec-api/pom.xml @@ -0,0 +1,52 @@ + + + + + + io.fd.hc2vpp.common + api-parent + 1.19.01-SNAPSHOT + ../../common/api-parent + + + 4.0.0 + io.fd.hc2vpp.ipsec + ipsec-api + ${project.artifactId} + 1.19.01-SNAPSHOT + bundle + + + 1.19.01-SNAPSHOT + + + + + org.opendaylight.mdsal.model + ietf-yang-types-20130715 + + + org.opendaylight.mdsal.model + ietf-inet-types-2013-07-15 + + + io.fd.hc2vpp.v3po + v3po-api + ${project.version} + + + -- cgit 1.2.3-korg