aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/templates
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2018-11-30 10:41:02 -0500
committerJim Hahn <jrh3@att.com>2018-11-30 10:41:02 -0500
commitc8093f46c50eb6f18812a3ef1a4f26e5151d7809 (patch)
tree1813d6b184cfc984626f71360d22e1bc64f1d877 /controlloop/templates
parentd697d828df129afa52555e9381d69c45d526c7d6 (diff)
Update eclipselink version in drools-apps
Use eclipselink from policy parent. Change-Id: I468688a79f2f6eb0ca0fd42dc194abc4fb5654f0 Issue-ID: POLICY-1362 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/templates')
-rw-r--r--controlloop/templates/template.demo.clc/pom.xml5
-rw-r--r--controlloop/templates/template.demo/pom.xml5
2 files changed, 4 insertions, 6 deletions
diff --git a/controlloop/templates/template.demo.clc/pom.xml b/controlloop/templates/template.demo.clc/pom.xml
index 37c615fa9..222f255c4 100644
--- a/controlloop/templates/template.demo.clc/pom.xml
+++ b/controlloop/templates/template.demo.clc/pom.xml
@@ -38,7 +38,6 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
- <version>2.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -157,8 +156,8 @@
<version>1.0.2</version>
</dependency>
<dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>javax.persistence</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml
index ff2802701..3ccc9ab5c 100644
--- a/controlloop/templates/template.demo/pom.xml
+++ b/controlloop/templates/template.demo/pom.xml
@@ -33,7 +33,6 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>org.eclipse.persistence.jpa</artifactId>
- <version>2.7.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -159,8 +158,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>javax.persistence</groupId>
- <artifactId>persistence-api</artifactId>
+ <groupId>org.eclipse.persistence</groupId>
+ <artifactId>javax.persistence</artifactId>
<scope>provided</scope>
</dependency>
<dependency>