From b2c2186295866511b3c989279599388aaacd0ba2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 20 Feb 2018 13:36:48 -0500 Subject: Fix for h2 missing from testing First submit for re-organizing pom.xml dependencies. H2 is ONLY used for testing and should be loaded otherwise. We removed it from policy/common so that is affecting these test. Issue-ID: POLICY-626 Change-Id: Iba86e89f2cb26581b2b465091e829d6bdd66a37b Signed-off-by: Pamela Dragosh --- POLICY-SDK-APP/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'POLICY-SDK-APP/pom.xml') diff --git a/POLICY-SDK-APP/pom.xml b/POLICY-SDK-APP/pom.xml index 1203797f7..55b78e5a6 100644 --- a/POLICY-SDK-APP/pom.xml +++ b/POLICY-SDK-APP/pom.xml @@ -76,6 +76,11 @@ **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**,src/main/webapp/app/policyApp/CSS/**/*,src/main/webapp/app/policyApp/libs/**/* + + com.h2database + h2 + test + org.onap.portal.sdk epsdk-core -- cgit 1.2.3-korg