diff options
author | Michal Cmarada <mcmarada@cisco.com> | 2019-04-09 09:45:46 +0200 |
---|---|---|
committer | Michal Cmarada <mcmarada@cisco.com> | 2019-04-29 11:55:17 +0200 |
commit | 7235eeb213a5b4b3ce980b2629e429b7becc4097 (patch) | |
tree | fd717809a66faf4f88ae840171f491b0d985942b /vpp-integration | |
parent | 6f9743cd43171d87c9f20339f9ae32f6cd5b952d (diff) |
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 <mcmarada@cisco.com>
Diffstat (limited to 'vpp-integration')
-rw-r--r-- | vpp-integration/minimal-distribution/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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, <!-- 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.)--> @@ -197,5 +198,11 @@ <artifactId>ipsec-impl</artifactId> <version>${project.version}</version> </dependency> +<!-- To use samples uncomment following dependency and rebuild the project --> +<!-- <dependency>--> +<!-- <groupId>io.fd.hc2vpp.samples</groupId>--> +<!-- <artifactId>samples-impl</artifactId>--> +<!-- <version>${project.version}</version>--> +<!-- </dependency>--> </dependencies> </project> |