diff options
author | 2024-11-04 13:41:34 +0000 | |
---|---|---|
committer | 2024-11-07 18:40:16 +0000 | |
commit | d7dc826ca0bdc7840ef2aebf3214a7f10ab9bc84 (patch) | |
tree | 5dcab21c1e1ddb8f4d6918ab1ed4a67065d13055 /feature-healthcheck | |
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 'feature-healthcheck')
-rw-r--r-- | feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/RestHealthCheckTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/RestHealthCheckTest.java b/feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/RestHealthCheckTest.java index 63825fa8..4e75d315 100644 --- a/feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/RestHealthCheckTest.java +++ b/feature-healthcheck/src/test/java/org/onap/policy/drools/healthcheck/RestHealthCheckTest.java @@ -30,7 +30,6 @@ import jakarta.ws.rs.core.Response; import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; -import org.onap.policy.common.endpoints.event.comm.bus.internal.BusTopicParams; import org.onap.policy.common.endpoints.http.client.HttpClient; import org.onap.policy.common.endpoints.http.client.HttpClientFactory; import org.onap.policy.common.endpoints.http.client.HttpClientFactoryInstance; @@ -38,6 +37,7 @@ import org.onap.policy.common.endpoints.http.server.HttpServletServer; import org.onap.policy.common.endpoints.http.server.HttpServletServerFactoryInstance; import org.onap.policy.common.endpoints.http.server.YamlJacksonHandler; import org.onap.policy.common.gson.JacksonHandler; +import org.onap.policy.common.parameters.topic.BusTopicParams; import org.onap.policy.common.utils.logging.LoggerUtils; import org.onap.policy.common.utils.network.NetworkUtil; import org.onap.policy.drools.system.PolicyController; |