diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-30 15:27:01 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-06-30 19:51:16 +0000 |
commit | d0631367e718fb46148514b768320993b3159386 (patch) | |
tree | 35f94c9948f98e909a48b0f9cbcfbc6e9e5f8d8f | |
parent | a37a01c2b84643c63f59b9fb2221c1cbf56ee727 (diff) |
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 <jrh3@att.com>
-rw-r--r-- | integration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>javax.persistence</artifactId> - <version>2.2.1</version> + <version>2.1.0</version> </dependency> <!-- Eclipse JPA API --> |