diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-06-09 16:51:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-09 16:51:03 +0000 |
commit | 708d2b566a8b8cdf48e1dfe337369c946cec0e02 (patch) | |
tree | a280aef50a80e6b621e52ebf465ba2cdc6998164 /jacoco-report/pom.xml | |
parent | d6d8c200c02e417a232af556a022c8f24d09ac1b (diff) | |
parent | f9c5e6c865640ef07db8406baa95a5fafceb109a (diff) |
Merge "PoC Contract Stubs NCMP Rest Endpoints"
Diffstat (limited to 'jacoco-report/pom.xml')
-rw-r--r-- | jacoco-report/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jacoco-report/pom.xml b/jacoco-report/pom.xml index b8f18e734f..68a9f55554 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -70,6 +70,7 @@ <exclude>org/onap/cps/ncmp/rest/controller/*MapperImpl.class</exclude> <exclude>org/onap/cps/rest/controller/*MapperImpl.class</exclude> <exclude>org/onap/cps/ncmp/api/impl/async/*MapperImpl.class</exclude> + <exclude>org/onap/cps/ncmp/rest/stub/*</exclude> </excludes> </configuration> <executions> |