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-impl/pom.xml | 114 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 ipsec/ipsec-impl/pom.xml (limited to 'ipsec/ipsec-impl/pom.xml') diff --git a/ipsec/ipsec-impl/pom.xml b/ipsec/ipsec-impl/pom.xml new file mode 100644 index 000000000..9cf3dd97a --- /dev/null +++ b/ipsec/ipsec-impl/pom.xml @@ -0,0 +1,114 @@ + + + + + io.fd.hc2vpp.common + vpp-impl-parent + ../../vpp-common/vpp-impl-parent + 1.19.01-SNAPSHOT + + + 4.0.0 + io.fd.hc2vpp.ipsec + ipsec-impl + ${project.artifactId} + 1.19.01-SNAPSHOT + bundle + + + + ${project.groupId} + ipsec-api + ${project.version} + + + + + io.fd.honeycomb + translate-api + + + + io.fd.honeycomb + translate-spi + + + + io.fd.honeycomb + cfg-init + + + + + io.fd.hc2vpp.common + vpp-translate-utils + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + com.google.inject.extensions + guice-multibindings + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + org.hamcrest + hamcrest-all + test + + + com.google.inject.extensions + guice-testlib + test + + + io.fd.hc2vpp.common + vpp-translate-test + ${project.version} + test + + + io.fd.honeycomb.infra + test-tools + test + + + com.fasterxml.jackson.core + jackson-databind + RELEASE + test + + + -- cgit 1.2.3-korg