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/minimal-distribution/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'infra/minimal-distribution') diff --git a/infra/minimal-distribution/pom.xml b/infra/minimal-distribution/pom.xml index d8d1fc3e4..94e230a6a 100644 --- a/infra/minimal-distribution/pom.xml +++ b/infra/minimal-distribution/pom.xml @@ -43,7 +43,8 @@ io.fd.honeycomb.infra.distro.cfgattrs.CfgAttrsModule, // io.fd.honeycomb.infra.bgp.BgpModule, // io.fd.honeycomb.infra.bgp.BgpReadersModule, - // io.fd.honeycomb.infra.bgp.BgpWritersModule + // io.fd.honeycomb.infra.bgp.BgpWritersModule, + // io.fd.honeycomb.footprint.FootprintModule @@ -83,5 +84,10 @@ bgp ${project.version} + + io.fd.honeycomb.footprint + impl + ${project.version} + -- cgit 1.2.3-korg