From 3cb682fa71a1749fb99a47d7c8ede2b8984e2c07 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 16 Apr 2019 11:20:08 +0000 Subject: Fix Security and Unit Test DB issues This review removes more links to the Zookeeper version 3.5.4-beta with Zookeeper version 3.4.14. It also replaces the Derby in-memory database with the H2 in memory database for unit tests. Issue-ID: POLICY-1540 Change-Id: Ic44f2e866644114b7c0cf66aac7e528017b8206b Signed-off-by: liamfallon --- packages/apex-pdp-package-full/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'packages') diff --git a/packages/apex-pdp-package-full/pom.xml b/packages/apex-pdp-package-full/pom.xml index 078088bad..4897cbe8d 100644 --- a/packages/apex-pdp-package-full/pom.xml +++ b/packages/apex-pdp-package-full/pom.xml @@ -135,11 +135,6 @@ plugins-persistence-jpa-eclipselink ${project.version} - - org.onap.policy.apex-pdp.plugins.plugins-persistence.plugins-persistence-jpa - plugins-persistence-jpa-hibernate - ${project.version} - @@ -212,11 +207,6 @@ - - org.onap.policy.apex-pdp.context - context-test-utils - ${project.version} - org.onap.policy.apex-pdp.testsuites.integration integration-common -- cgit 1.2.3-korg