aboutsummaryrefslogtreecommitdiffstats
path: root/LogParser
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-11-30 11:50:51 -0500
committerJim Hahn <jrh3@att.com>2018-11-30 11:50:51 -0500
commit85281873c68c5546a130660471d3d15135d3e08a (patch)
treec066690bb2a7245252e37c38a8373bb537876715 /LogParser
parentbb2faff053437bb59421ff19e44f1e739e548ef8 (diff)
Update eclipselink version in policy engine
Use eclipselink from policy parent. Change-Id: I60b8779c1b384f3fe69d21e7b9ed2a1091ca301e Issue-ID: POLICY-1365 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'LogParser')
-rw-r--r--LogParser/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/LogParser/pom.xml b/LogParser/pom.xml
index f088f217b..035181db9 100644
--- a/LogParser/pom.xml
+++ b/LogParser/pom.xml
@@ -59,12 +59,10 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
- <version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>eclipselink</artifactId>
- <version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.onap.policy.engine</groupId>