diff options
author | andre.schmid <andre.schmid@est.tech> | 2019-10-08 18:27:36 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-11-20 17:23:14 +0000 |
commit | 13af621442b4c74d9e63ede8e42dbae48aaa64c9 (patch) | |
tree | 93b192acc70f6b9eed7fba41402bf33bf9970442 /catalog-be/pom.xml | |
parent | 86655742cf36bdc056837f5b74bc32c58201a600 (diff) |
Onboard PNF software version
Change-Id: Id9e32e01f6c2f4c39c8ff10816d982cbb3063bf7
Issue-ID: SDC-2589
Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'catalog-be/pom.xml')
-rw-r--r-- | catalog-be/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 8248727949..1318866d5a 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -658,6 +658,9 @@ <include>src/main/resources/**/*.y*ml</include> <include>src/test/resources/**/*.y*ml</include> </includes> + <excludes> + <exclude>src/test/resources/artifacts/pnfSoftwareInformation/**</exclude> + </excludes> </validationSet> <validationSet> <includes> |