diff options
Diffstat (limited to 'vpp-integration/minimal-distribution/pom.xml')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 61ded4b13..fc029eec7 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -66,6 +66,7 @@ io.fd.hc2vpp.dhcp.DhcpModule, io.fd.hc2vpp.policer.PolicerModule, io.fd.hc2vpp.mpls.MplsModule, + io.fd.hc2vpp.srv6.Srv6Module, <!-- Nsh module by default disabled, because it needs vpp-nsh plugin, which is not part of vpp codebase.--> // io.fd.hc2vpp.vppnsh.impl.VppNshModule, <!-- iOAM module by default disabled, because it needs ioam plugin (not part of vpp codebase.)--> @@ -181,6 +182,11 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>io.fd.hc2vpp.srv6</groupId> + <artifactId>srv6-impl</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> <groupId>io.fd.hc2vpp.bgp</groupId> <artifactId>bgp-prefix-sid</artifactId> <version>${hc2vpp.bgp.version}</version> |