From a2db43afdf63b3c935406ab659676297ee90b376 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 30 Nov 2018 09:28:09 -0500 Subject: Update eclipselink version in policy common Use eclipselink from policy parent. Change-Id: I472900a82a5c8b69e1a4a1efc4b3bcb86f3965a8 Issue-ID: POLICY-1359 Signed-off-by: Jim Hahn --- pom.xml | 42 ------------------------------------------ utils/pom.xml | 5 ++--- 2 files changed, 2 insertions(+), 45 deletions(-) diff --git a/pom.xml b/pom.xml index d50a9652..e3b1ae8a 100644 --- a/pom.xml +++ b/pom.xml @@ -57,18 +57,7 @@ ${project.basedir}/../target/code-coverage/jacoco-it.exec reuseReports - - 4.12 - 1.2.3 - 1.2.17 - 2.1.0 - - - 2.6.0 - - 1.0.2 - 1.4.186 3.4 @@ -85,37 +74,6 @@ - - ch.qos.logback - logback-classic - ${logback.version} - - - junit - junit - ${junit.version} - - - log4j - log4j - ${log4j.version} - - - com.h2database - h2 - ${h2.version} - test - - - org.eclipse.persistence - javax.persistence - ${javax.persistence.version} - - - org.eclipse.persistence - eclipselink - ${eclipselink.version} - org.apache.commons commons-lang3 diff --git a/utils/pom.xml b/utils/pom.xml index 239710a4..f5489ee0 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -42,9 +42,8 @@ test - javax.persistence - persistence-api - provided + org.eclipse.persistence + javax.persistence org.slf4j -- cgit 1.2.3-korg