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 --- BRMSGateway/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'BRMSGateway') 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 -- cgit 1.2.3-korg