From 586e553d141e087566a6b064121910089cf52cff Mon Sep 17 00:00:00 2001 From: eikrwaq Date: Wed, 21 Mar 2018 15:31:05 +0000 Subject: Add junit and refactor code Adding Junit tests in modules and refactoring code Change-Id: I887f1b2371d9e3d4a4e2ce6e7e1f3c97a361f283 Issue-ID: POLICY-704 Signed-off-by: eikrwaq --- site-manager/pom.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'site-manager/pom.xml') diff --git a/site-manager/pom.xml b/site-manager/pom.xml index a30be04d..84c38b47 100644 --- a/site-manager/pom.xml +++ b/site-manager/pom.xml @@ -19,10 +19,9 @@ ============LICENSE_END========================================================= --> - - + + 4.0.0 site-manager @@ -76,7 +75,7 @@ org.eclipse.persistence:javax.persistence - + @@ -124,5 +123,21 @@ commons-cli 1.3 + + com.h2database + h2 + test + + + org.eclipse.persistence + eclipselink + test + + + org.onap.policy.common + utils-test + ${project.version} + test + -- cgit 1.2.3-korg