diff options
Diffstat (limited to 'vpp-integration/minimal-distribution')
-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 286bfda47..ef3e37e99 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -67,6 +67,7 @@ io.fd.hc2vpp.policer.PolicerModule, io.fd.hc2vpp.mpls.MplsModule, io.fd.hc2vpp.srv6.Srv6Module, + io.fd.hc2vpp.ipsec.IpsecModule <!-- 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.)--> @@ -191,5 +192,10 @@ <artifactId>bgp-prefix-sid</artifactId> <version>${hc2vpp.bgp.version}</version> </dependency> + <dependency> + <groupId>io.fd.hc2vpp.ipsec</groupId> + <artifactId>ipsec-impl</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project> |