From c90028e8669e4ed7c82f4e81e882e435c672999e Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Fri, 30 Nov 2018 08:50:32 -0500 Subject: Add eclipselink to policy parent Add eclipselink and eclipse persistence API. Fix typo in comment. Add eclipselink jpa. Change-Id: If95e87846d0dc47fb394287949ee6413917df205 Issue-ID: POLICY-1358 Signed-off-by: Jim Hahn --- integration/pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'integration') diff --git a/integration/pom.xml b/integration/pom.xml index 10ef35a2..ee04a31f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -38,6 +38,7 @@ 1.2.3 1.1.9 1.7.4 + 2.7.0 @@ -83,6 +84,27 @@ 1.0.2 + + + org.eclipse.persistence + javax.persistence + 2.1.0 + + + + + org.eclipse.persistence + org.eclipse.persistence.jpa + ${version.eclipselink} + + + + + org.eclipse.persistence + eclipselink + ${version.eclipselink} + + javax.servlet -- cgit 1.2.3-korg