From fe4cd8e4c08a19ac543ca93c577b8b3a12a1524f Mon Sep 17 00:00:00 2001 From: Liam Fallon Date: Thu, 14 Dec 2017 07:40:18 -0800 Subject: Cleanup of A&AI message model module. Fields have been made fields private in POJOs, and wrote JUnit unit tests to bring up code coverage. AAIManager also changed to use non-static methods so that it can be stubbed with Mockito. Change-Id: I871427ced5db8a1dfd6495fef4e6d84adf264e65 Signed-off-by: Liam Fallon Issue-ID: POLICY-455 Signed-off-by: Liam Fallon --- controlloop/common/model-impl/aai/pom.xml | 34 +++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 11 deletions(-) (limited to 'controlloop/common/model-impl/aai/pom.xml') diff --git a/controlloop/common/model-impl/aai/pom.xml b/controlloop/common/model-impl/aai/pom.xml index 61a56fa74..19341af8e 100644 --- a/controlloop/common/model-impl/aai/pom.xml +++ b/controlloop/common/model-impl/aai/pom.xml @@ -1,15 +1,15 @@ 4.0.0 - + aai - - + + org.onap.policy.drools-applications model-impl - 1.2.0-SNAPSHOT - - + 1.2.0-SNAPSHOT + + com.google.code.gson @@ -29,10 +29,22 @@ test - org.onap.policy.drools-pdp - policy-endpoints - ${project.version} - provided - + org.mockito + mockito-core + 2.13.0 + test + + + org.powermock + powermock-core + 1.7.3 + test + + + org.onap.policy.drools-pdp + policy-endpoints + ${project.version} + provided + -- cgit 1.2.3-korg