From 63d23a4aa0f3aeae9d6470b95dfa8f87b2d85aa8 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Mon, 12 Aug 2024 21:18:12 +0100 Subject: Fix sonar issues in common - SONAR Fix instanceOf issues - SONAR Remove public modifiers - SONAR Remove unused imports - SONAR Remove exceptions that can't be thrown from method body Issue-ID: POLICY-5106 Change-Id: I745d0101036d3421f02db22481514be0b79f5103 Signed-off-by: waynedunican --- spring-utils/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spring-utils') diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index c2610938..d5d5d848 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -48,6 +48,15 @@ org.hibernate.orm hibernate-core + + org.mockito + mockito-junit-jupiter + test + + + org.assertj + assertj-core + \ No newline at end of file -- cgit