From de95d2924fc422a8105b87fb07982698c3f4cb1a Mon Sep 17 00:00:00 2001 From: Srihari Raghavan Date: Thu, 27 Oct 2016 15:23:36 +0530 Subject: HONEYCOMB-257 - Honeycomb support for in-band OAM (iOAM) path tracing - Add iOAM module to handle configuration for the iOAM trace VPP plugin - Add iOAM module test to verify add/delete configurations - Reader/Initializers for future, dependent on https://gerrit.fd.io/r/3387 Change-Id: I557604a955771c139165aed7cd9e5716abbac3d1 Signed-off-by: Srihari Raghavan --- ioam/impl/pom.xml | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 ioam/impl/pom.xml (limited to 'ioam/impl/pom.xml') diff --git a/ioam/impl/pom.xml b/ioam/impl/pom.xml new file mode 100644 index 000000000..dd106d003 --- /dev/null +++ b/ioam/impl/pom.xml @@ -0,0 +1,123 @@ + + + + + io.fd.honeycomb.common + impl-parent + 1.16.12-SNAPSHOT + ../../common/impl-parent + + + 4.0.0 + io.fd.honeycomb.vppioam + vppioam-impl + ${project.artifactId} + 1.16.12-SNAPSHOT + bundle + + + 1.0-SNAPSHOT + 16.12-SNAPSHOT + + + + + ${project.groupId} + vppioam-api + ${project.version} + + + + com.google.inject + guice + + + net.jmob + guice.conf + + + com.google.inject.extensions + guice-multibindings + + + com.google.inject.extensions + guice-testlib + test + + + org.hamcrest + hamcrest-all + test + + + + io.fd.honeycomb + translate-impl + ${project.version} + + + io.fd.honeycomb + translate-api + ${project.version} + + + io.fd.honeycomb + notification-api + ${project.version} + + + io.fd.honeycomb + cfg-init + ${project.version} + + + io.fd.vpp + jvpp-registry + ${jvpp.version} + + + io.fd.vpp + jvpp-ioam-trace + ${ioam.version} + + + io.fd.honeycomb.vpp + vpp-translate-utils + ${project.version} + + + io.fd.honeycomb.vpp + vpp-translate-test + ${project.version} + test + + + io.fd.honeycomb + minimal-distribution + ${project.version} + + + junit + junit + test + + + org.mockito + mockito-core + test + + + -- cgit 1.2.3-korg