diff options
author | 2022-12-13 09:22:13 +0000 | |
---|---|---|
committer | 2022-12-13 09:22:13 +0000 | |
commit | 06d4bbe578678619be4d948fde42223719e82cf1 (patch) | |
tree | 1dae9a661e6fc54ac017a0eaa404201effcfbf79 /runtime-acm/pom.xml | |
parent | ea4473217760d9ba62a6b9a05c81f0694590a03e (diff) | |
parent | 5e0f7912ac694eef2d283aab61a659470b4ba3e5 (diff) |
Merge "Link the existing InstantiationController with the generated code"
Diffstat (limited to 'runtime-acm/pom.xml')
-rw-r--r-- | runtime-acm/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime-acm/pom.xml b/runtime-acm/pom.xml index c16bd15ab..903d527aa 100644 --- a/runtime-acm/pom.xml +++ b/runtime-acm/pom.xml @@ -79,7 +79,8 @@ InstancePropertiesResponse=org.onap.policy.clamp.models.acm.messages.rest.instantiation.InstancePropertiesResponse, CommissioningResponse=org.onap.policy.clamp.models.acm.messages.rest.commissioning.CommissioningResponse, InstantiationCommand=org.onap.policy.clamp.models.acm.messages.rest.instantiation.InstantiationCommand, - InstantiationResponse=org.onap.policy.clamp.models.acm.messages.rest.instantiation.InstantiationResponse + InstantiationResponse=org.onap.policy.clamp.models.acm.messages.rest.instantiation.InstantiationResponse, + InstantiationUpdate=org.onap.policy.clamp.models.acm.messages.rest.instantiation.InstantiationUpdate </importMappings> <configOptions> <sourceFolder>src/gen/java</sourceFolder> |