diff options
author | Jim Hahn <jrh3@att.com> | 2018-11-30 10:41:02 -0500 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-11-30 10:41:02 -0500 |
commit | c8093f46c50eb6f18812a3ef1a4f26e5151d7809 (patch) | |
tree | 1813d6b184cfc984626f71360d22e1bc64f1d877 /controlloop | |
parent | d697d828df129afa52555e9381d69c45d526c7d6 (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')
-rw-r--r-- | controlloop/common/eventmanager/pom.xml | 1 | ||||
-rw-r--r-- | controlloop/common/guard/pom.xml | 1 | ||||
-rw-r--r-- | controlloop/templates/template.demo.clc/pom.xml | 5 | ||||
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 5 |
4 files changed, 4 insertions, 8 deletions
diff --git a/controlloop/common/eventmanager/pom.xml b/controlloop/common/eventmanager/pom.xml index b46669efe..f20cbeaad 100644 --- a/controlloop/common/eventmanager/pom.xml +++ b/controlloop/common/eventmanager/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> diff --git a/controlloop/common/guard/pom.xml b/controlloop/common/guard/pom.xml index 32d11d505..4f2edc506 100644 --- a/controlloop/common/guard/pom.xml +++ b/controlloop/common/guard/pom.xml @@ -74,7 +74,6 @@ <dependency> <groupId>org.eclipse.persistence</groupId> <artifactId>org.eclipse.persistence.jpa</artifactId> - <version>2.7.0</version> <scope>provided</scope> </dependency> <dependency> 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> |