From f9f086c4f7517602f7f8e862699618d79afddf58 Mon Sep 17 00:00:00 2001 From: Jorge Hernandez Date: Tue, 15 Aug 2017 19:12:25 -0500 Subject: add persistence libraries in the installation base to make db-enabled features to not worry about their packaging in the copy-dependencies plugin in the pom.xml Change-Id: Ie20a61978f75d4dbe82ac7aba5f6d259fb412f22 Issue-ID: POLICY-96 Signed-off-by: Jorge Hernandez --- policy-management/pom.xml | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'policy-management/pom.xml') diff --git a/policy-management/pom.xml b/policy-management/pom.xml index 4e375d55..e3196604 100644 --- a/policy-management/pom.xml +++ b/policy-management/pom.xml @@ -86,7 +86,7 @@ false false javax.inject - provided + runtime @@ -235,26 +235,32 @@ 4.1 - - - org.apache.commons - commons-lang3 - 3.4 - - ch.qos.logback logback-classic - - junit - junit - 4.11 - test - - + + junit + junit + test + + + + + + org.eclipse.persistence + eclipselink + + + + org.mariadb.jdbc + mariadb-java-client + + -- cgit 1.2.3-korg