aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-11-30 09:28:09 -0500
committerJim Hahn <jrh3@att.com>2018-11-30 09:28:40 -0500
commita2db43afdf63b3c935406ab659676297ee90b376 (patch)
tree4daf67ff94fa4cafe94c86edce295584b0741251 /utils
parent1ff3457738007037364a103c28836d582098f764 (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.xml5
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>