Revert javax.persistence version 05/109705/2
authorJim Hahn <jrh3@att.com>
Tue, 30 Jun 2020 19:27:01 +0000 (15:27 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 30 Jun 2020 19:51:16 +0000 (19:51 +0000)
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 <jrh3@att.com>
integration/pom.xml

index bf89ce2..bf7ec9c 100644 (file)
             <dependency>
                 <groupId>org.eclipse.persistence</groupId>
                 <artifactId>javax.persistence</artifactId>
-                <version>2.2.1</version>
+                <version>2.1.0</version>
             </dependency>
 
             <!-- Eclipse JPA API -->