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