summaryrefslogtreecommitdiffstats
path: root/vpp-integration/minimal-distribution/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vpp-integration/minimal-distribution/pom.xml')
-rw-r--r--vpp-integration/minimal-distribution/pom.xml6
1 files changed, 6 insertions, 0 deletions
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>-->