From f8273e10b19ecc82bdda81feef9982ce28d5de21 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Fri, 16 Dec 2016 13:07:56 +0100 Subject: HONEYCOMB-310: translation layer for acl plugin Not covered by this patch (moved to subsequent commits): - postman collection - distinguish ingress/egress ACLs while reading assigned acls - proper support for acl tag - unit tests improvements - read for acls (not necessarily assigned) - initializers Change-Id: I5a198ce1a6e20d0b1d95b4d2d83d0464fb86580c Signed-off-by: Jan Srnicek Signed-off-by: Marek Gradzki --- acl/acl-impl/pom.xml | 115 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 acl/acl-impl/pom.xml (limited to 'acl/acl-impl/pom.xml') diff --git a/acl/acl-impl/pom.xml b/acl/acl-impl/pom.xml new file mode 100644 index 000000000..7f08ca762 --- /dev/null +++ b/acl/acl-impl/pom.xml @@ -0,0 +1,115 @@ + + + + + + io.fd.honeycomb.common + impl-parent + 1.17.01-SNAPSHOT + + 4.0.0 + + io.fd.hc2vpp.acl + acl-impl + 1.17.01-SNAPSHOT + + + 1.0-SNAPSHOT + + + + + io.fd.hc2vpp.acl + acl-api + ${project.version} + + + + io.fd.vpp + jvpp-acl + ${jvpp.acl.version} + + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + com.google.inject.extensions + guice-multibindings + + + + + io.fd.honeycomb + translate-spi + ${project.version} + + + io.fd.honeycomb + minimal-distribution + ${project.version} + + + + + io.fd.hc2vpp.common + vpp-translate-utils + ${project.version} + + + + + junit + junit + test + + + org.mockito + mockito-core + test + + + com.google.inject.extensions + guice-testlib + test + + + org.hamcrest + hamcrest-all + test + + + io.fd.hc2vpp.common + vpp-translate-test + ${project.version} + test + + + io.fd.honeycomb.infra + test-tools + ${project.version} + test + + + \ No newline at end of file -- cgit 1.2.3-korg