From dbc30d321bd385e5cd5bce1e6f567ade9ca1aa25 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Tue, 12 Sep 2017 08:22:07 +0200 Subject: HONEYCOMB-392 - Footprint measuring support Change-Id: I079c8ceef84cda43159e1823fe42ad77cdc981e8 Signed-off-by: Jan Srnicek --- infra/footprint/footprint-impl/pom.xml | 69 ++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 infra/footprint/footprint-impl/pom.xml (limited to 'infra/footprint/footprint-impl/pom.xml') diff --git a/infra/footprint/footprint-impl/pom.xml b/infra/footprint/footprint-impl/pom.xml new file mode 100644 index 000000000..6649f7f5c --- /dev/null +++ b/infra/footprint/footprint-impl/pom.xml @@ -0,0 +1,69 @@ + + + + + + io.fd.honeycomb.common + impl-parent + 1.17.10-SNAPSHOT + ../../../common/impl-parent + + 4.0.0 + + io.fd.honeycomb.footprint + impl + 1.17.10-SNAPSHOT + ${project.artifactId} + + + + io.fd.honeycomb.footprint + api + ${project.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + io.fd.honeycomb + translate-api + ${project.version} + + + io.fd.honeycomb + translate-spi + ${project.version} + + + io.fd.honeycomb + translate-impl + ${project.version} + + + com.google.inject + guice + + + com.google.inject.extensions + guice-multibindings + + + \ No newline at end of file -- cgit 1.2.3-korg