diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-07-11 17:03:40 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2024-09-12 08:20:02 +0000 |
commit | f750af0d8eb330c54bd8a4f3aea84543735eba95 (patch) | |
tree | 1143df62b6f3c809a1249646ee6ca38c65818684 /participant/participant-impl/participant-impl-acelement/pom.xml | |
parent | abe1caac52206d5fb5d6861bd0f55bb6407b15dc (diff) |
Code coverage and sonar fixes for ACM
Move element Objects from models to participant-acelement.
Add coverage in participant-element where missing.
Issue-ID: POLICY-5065
Change-Id: I2bdf9cefe4f0f219f78bcb1bb4fb6d882843c374
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'participant/participant-impl/participant-impl-acelement/pom.xml')
-rw-r--r-- | participant/participant-impl/participant-impl-acelement/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/participant/participant-impl/participant-impl-acelement/pom.xml b/participant/participant-impl/participant-impl-acelement/pom.xml index 64f5653f5..d428c45c0 100644 --- a/participant/participant-impl/participant-impl-acelement/pom.xml +++ b/participant/participant-impl/participant-impl-acelement/pom.xml @@ -67,7 +67,7 @@ <generateModels>false</generateModels> <generateSupportingFiles>false</generateSupportingFiles> <importMappings> - ElementConfig=org.onap.policy.clamp.models.acm.messages.rest.element.ElementConfig + ElementConfig=org.onap.policy.clamp.acm.element.main.concepts.ElementConfig </importMappings> <configOptions> <sourceFolder>src/gen/java</sourceFolder> |