diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-07-09 13:30:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-07-09 13:30:26 +0000 |
commit | e5ee0f51370e01f92c006d2e4c02061e5d82da4e (patch) | |
tree | cfc324cb50508adf102d3b1c9e22cf4d54ab9c18 /cps-parent | |
parent | 76c1369b1540ed0dd72bf8ae5c7c22da40220ea8 (diff) | |
parent | d7914bc1f3c9505539304bd23b795c7b061dc6db (diff) |
Merge "Create PolicyExecutor Stub"
Diffstat (limited to 'cps-parent')
-rw-r--r-- | cps-parent/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 591095abae..ba639441e7 100644 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -368,6 +368,7 @@ <exclude>org/onap/cps/ncmp/rest/model/*</exclude> <exclude>org/onap/cps/**/*MapperImpl.class</exclude> <exclude>org/onap/cps/ncmp/rest/stub/*</exclude> + <exclude>org/onap/cps/policyexecutor/stub/model/*</exclude> </excludes> </configuration> <executions> |