From 7235eeb213a5b4b3ce980b2629e429b7becc4097 Mon Sep 17 00:00:00 2001 From: Michal Cmarada Date: Tue, 9 Apr 2019 09:45:46 +0200 Subject: fixes for samples module - fix package name - add copyright - fix typo - fix builder - add dependencies for minimal distribution Change-Id: Idf183f58c4343f016f7c6c2f02fa76c139dbfc70 Signed-off-by: Michal Cmarada --- vpp-integration/minimal-distribution/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'vpp-integration') diff --git a/vpp-integration/minimal-distribution/pom.xml b/vpp-integration/minimal-distribution/pom.xml index 641044210..d6ac65082 100644 --- a/vpp-integration/minimal-distribution/pom.xml +++ b/vpp-integration/minimal-distribution/pom.xml @@ -68,6 +68,7 @@ io.fd.hc2vpp.mpls.MplsModule, io.fd.hc2vpp.srv6.Srv6Module, io.fd.hc2vpp.ipsec.IpsecModule + // io.fd.hc2vpp.samples.Module, // io.fd.hc2vpp.vppnsh.impl.VppNshModule, @@ -197,5 +198,11 @@ ipsec-impl ${project.version} + + + + + + -- cgit