From d8118c6638bb2440f89eae9d3f979bdfb0e013c3 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 26 Jun 2019 11:00:18 -0400 Subject: Fix sonar issues in drools-applications database Refactored to eliminate duplicate code blocks. Added coverage tests. Change-Id: I99d2b6f68fee38a1dbbf038ad29d1dfe87fb4ae7 Issue-ID: POLICY-1791 Signed-off-by: Jim Hahn --- controlloop/common/database/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'controlloop/common/database/pom.xml') diff --git a/controlloop/common/database/pom.xml b/controlloop/common/database/pom.xml index 4ae467c56..8c31cb63a 100644 --- a/controlloop/common/database/pom.xml +++ b/controlloop/common/database/pom.xml @@ -61,6 +61,12 @@ assertj-core test + + org.mockito + mockito-core + 2.13.0 + test + -- cgit 1.2.3-korg