From 7e934a6e435c62b1188b44ba5bdc3985328a85fc Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 2 Apr 2024 15:18:20 +0100 Subject: Dependency management update - including dependencies to pom.xml files only where they are used, avoiding extra dependencies being added in all packages. - removal of unused UEB topic. Issue-ID: POLICY-4945 Change-Id: Ifc0212af2bc938e357e1addebcec591f9d6cfc14 Signed-off-by: adheli.tavares --- utils-test/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'utils-test') diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 6f72ec6b..cb2305e9 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -42,15 +42,18 @@ org.bouncycastle bcpkix-fips + provided org.apache.commons commons-jexl3 + provided org.onap.policy.common utils ${project.version} + provided @@ -69,5 +72,20 @@ junit compile + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + + + org.springframework + spring-test + test + -- cgit 1.2.3-korg