summaryrefslogtreecommitdiffstats
path: root/vpp-integration
diff options
context:
space:
mode:
authorMichal Cmarada <mcmarada@cisco.com>2019-05-22 15:46:54 +0200
committerMichal Cmarada <mcmarada@cisco.com>2019-05-23 05:43:39 +0000
commit824c740124a9a73f567ff600ab6b388292cfcdd9 (patch)
tree75edc4b818bba8c2d28acde3afcf86289a5b5d2a /vpp-integration
parent0d5d328b1d0e9de2d1c7ab957139846c2feb8038 (diff)
move stats to separate module
Change-Id: Id349e926ecf336aeabac89afa45a5e0d0f37e36b Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r--vpp-integration/api-docs/docs/pom.xml1
-rw-r--r--vpp-integration/minimal-distribution/pom.xml6
2 files changed, 7 insertions, 0 deletions
diff --git a/vpp-integration/api-docs/docs/pom.xml b/vpp-integration/api-docs/docs/pom.xml
index 3eed16ab2..d0fb409cf 100644
--- a/vpp-integration/api-docs/docs/pom.xml
+++ b/vpp-integration/api-docs/docs/pom.xml
@@ -35,6 +35,7 @@
io.fd.hc2vpp.fib.management.FibManagementModule,
io.fd.hc2vpp.lisp.LispModule,
io.fd.hc2vpp.lisp.gpe.GpeModule,
+ io.fd.hc2vpp.stats.StatsModule,
io.fd.hc2vpp.v3po.V3poModule,
io.fd.hc2vpp.iface.role.InterfaceRoleModule,
io.fd.hc2vpp.l3.InterfaceL3Module,
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml
index d6ac65082..337ca1883 100644
--- a/vpp-integration/minimal-distribution/pom.xml
+++ b/vpp-integration/minimal-distribution/pom.xml
@@ -52,6 +52,7 @@
io.fd.hc2vpp.fib.management.FibManagementModule,
io.fd.hc2vpp.lisp.LispModule,
io.fd.hc2vpp.lisp.gpe.GpeModule,
+ io.fd.hc2vpp.stats.StatsModule,
io.fd.hc2vpp.v3po.V3poModule,
io.fd.hc2vpp.iface.role.InterfaceRoleModule,
io.fd.hc2vpp.l3.InterfaceL3Module,
@@ -198,6 +199,11 @@
<artifactId>ipsec-impl</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>io.fd.hc2vpp.stats</groupId>
+ <artifactId>stats-impl</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- To use samples uncomment following dependency and rebuild the project -->
<!-- <dependency>-->
<!-- <groupId>io.fd.hc2vpp.samples</groupId>-->