From b2c2186295866511b3c989279599388aaacd0ba2 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 20 Feb 2018 13:36:48 -0500 Subject: [PATCH] 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 --- BRMSGateway/pom.xml | 5 +++++ ONAP-PDP-REST/pom.xml | 5 +++++ ONAP-REST/pom.xml | 5 +++++ POLICY-SDK-APP/pom.xml | 5 +++++ pom.xml | 20 ++++++++++++++++++++ 5 files changed, 40 insertions(+) diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 4c88768da..39e943be1 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -29,6 +29,11 @@ BRMSGateway This application will take in BRMS rules and acts as interface between PR and PDP XACML + + com.h2database + h2 + test + org.onap.policy.engine PolicyEngineAPI diff --git a/ONAP-PDP-REST/pom.xml b/ONAP-PDP-REST/pom.xml index 34109c663..bd08a0e63 100644 --- a/ONAP-PDP-REST/pom.xml +++ b/ONAP-PDP-REST/pom.xml @@ -48,6 +48,11 @@ + + com.h2database + h2 + test + org.onap.policy.engine ONAP-PDP diff --git a/ONAP-REST/pom.xml b/ONAP-REST/pom.xml index ef8c76eef..71bf6d843 100644 --- a/ONAP-REST/pom.xml +++ b/ONAP-REST/pom.xml @@ -38,6 +38,11 @@ jar + + com.h2database + h2 + test + org.onap.policy.engine ${project.version} 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 diff --git a/pom.xml b/pom.xml index 33f9c4cee..eba1c0471 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,15 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports + + 1.4.186 + + + 9.2.3.v20140905 1.0.0 @@ -144,6 +153,17 @@ + + + + com.h2database + h2 + ${h2.version} + test + + + + -- 2.16.6