From 293ef1967dc6b523f8cf2ea4618bd39ca9a70b56 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Wed, 31 Aug 2016 07:46:41 +0200 Subject: HONEYCOMB-75 - Lisp implemetation Rebased on final minimal distro Change-Id: Ib71fc59e62dda4633f4f79c5c7417a4aaf02a177 Signed-off-by: Jan Srnicek Signed-off-by: Florin Coras Signed-off-by: Maros Marsalek --- lisp/lisp2vpp/pom.xml | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100755 lisp/lisp2vpp/pom.xml (limited to 'lisp/lisp2vpp/pom.xml') diff --git a/lisp/lisp2vpp/pom.xml b/lisp/lisp2vpp/pom.xml new file mode 100755 index 000000000..a606527b9 --- /dev/null +++ b/lisp/lisp2vpp/pom.xml @@ -0,0 +1,97 @@ + + + + + io.fd.honeycomb.common + impl-parent + 1.16.9-SNAPSHOT + ../../common/impl-parent + + + 4.0.0 + io.fd.honeycomb.lisp + lisp2vpp + 1.16.9-SNAPSHOT + bundle + + + io.fd.honeycomb.vpp + io.fd.honeycomb + + + + + ${project.honeycomb.groupId} + translate-spi + ${project.version} + + + ${project.vpp.groupId} + vpp-translate-utils + ${project.version} + + + ${project.groupId} + lisp-api + ${project.version} + + + ${project.honeycomb.groupId} + translate-impl + ${project.version} + + + ${project.honeycomb.groupId} + cfg-init + ${project.version} + + + io.fd.vpp + jvpp-core + 16.09-SNAPSHOT + + + + + com.google.inject + guice + ${guice.version} + + + net.jmob + guice.conf + ${guice.config.version} + + + com.google.inject.extensions + guice-multibindings + ${guice.version} + + + + + junit + junit + test + + + org.mockito + mockito-all + test + + + -- cgit 1.2.3-korg