From d0631367e718fb46148514b768320993b3159386 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 30 Jun 2020 15:27:01 -0400 Subject: [PATCH] Revert javax.persistence version The new javax.persistence version is not compatible with the version of eclipselink that is in use, thus had to revert the former back. Issue-ID: POLICY-2387 Change-Id: I24a6bee1abb1e11f5527e54e4498016348ac48d3 Signed-off-by: Jim Hahn --- integration/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index bf89ce24..bf7ec9cc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -222,7 +222,7 @@ org.eclipse.persistence javax.persistence - 2.2.1 + 2.1.0 -- 2.16.6