diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-11-04 13:41:34 +0000 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-11-07 18:40:16 +0000 |
commit | d7dc826ca0bdc7840ef2aebf3214a7f10ab9bc84 (patch) | |
tree | 5dcab21c1e1ddb8f4d6918ab1ed4a67065d13055 /policy-management/pom.xml | |
parent | cedfc60c8266c39ea72efa17aa3a644cbc223d19 (diff) |
Fix references and organize dependencies in policy-drools after
splitting policy-endpoints and message-bus in policy-common
Issue-ID: POLICY-5131
Change-Id: I0696fa2d692c794f332491bc15c106baff84a603
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'policy-management/pom.xml')
-rw-r--r-- | policy-management/pom.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/policy-management/pom.xml b/policy-management/pom.xml index c2a3b376..05cabea0 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -178,9 +178,9 @@ Properties=java.util.Properties, ProtocolCoderToolset=org.onap.policy.drools.protocol.coders.ProtocolCoderToolset, Response=jakarta.ws.rs.core.Response, - TopicEndpoint=org.onap.policy.common.endpoints.event.comm.TopicEndpoint, - TopicSink=org.onap.policy.common.endpoints.event.comm.TopicSink, - TopicSource=org.onap.policy.common.endpoints.event.comm.TopicSource, + TopicEndpoint=org.onap.policy.common.message.bus.event.TopicEndpoint, + TopicSink=org.onap.policy.common.message.bus.event.TopicSink, + TopicSource=org.onap.policy.common.message.bus.event.TopicSource, ToscaPolicy=org.onap.policy.models.tosca.authorative.concepts.ToscaPolicy </importMappings> <typeMappings> @@ -212,7 +212,11 @@ <artifactId>policy-domains</artifactId> <version>${project.version}</version> </dependency> - + <dependency> + <groupId>org.onap.policy.common</groupId> + <artifactId>message-bus</artifactId> + <version>${policy.common.version}</version> + </dependency> <dependency> <groupId>org.onap.policy.common</groupId> <artifactId>policy-endpoints</artifactId> |