diff options
author | Jim Hahn <jrh3@att.com> | 2018-11-30 09:28:09 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-11-30 09:28:40 -0500 |
commit | a2db43afdf63b3c935406ab659676297ee90b376 (patch) | |
tree | 4daf67ff94fa4cafe94c86edce295584b0741251 /utils | |
parent | 1ff3457738007037364a103c28836d582098f764 (diff) |
Update eclipselink version in policy common
Use eclipselink from policy parent.
Change-Id: I472900a82a5c8b69e1a4a1efc4b3bcb86f3965a8
Issue-ID: POLICY-1359
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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 @@ <scope>test</scope> </dependency> <dependency> - <groupId>javax.persistence</groupId> - <artifactId>persistence-api</artifactId> - <scope>provided</scope> + <groupId>org.eclipse.persistence</groupId> + <artifactId>javax.persistence</artifactId> </dependency> <dependency> <groupId>org.slf4j</groupId> |