diff options
Diffstat (limited to 'jacoco-report')
-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 d1181d367c..b8f18e734f 100644 --- a/jacoco-report/pom.xml +++ b/jacoco-report/pom.xml @@ -69,6 +69,7 @@ <exclude>org/onap/cps/ncmp/rest/model/*</exclude> <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> </excludes> </configuration> <executions> |