diff options
author | Liam Fallon <liam.fallon@est.tech> | 2018-12-01 20:48:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-01 20:48:51 +0000 |
commit | 07e3b4e48315294a5827e5b5faa38c3ecad831a4 (patch) | |
tree | 968d475a1abd901bbd2507cd9521c12a9a03791a /controlloop | |
parent | abc87799ac49357391dee7012c6003e05bb49326 (diff) | |
parent | c8093f46c50eb6f18812a3ef1a4f26e5151d7809 (diff) |
Merge "Update eclipselink version in drools-apps"
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> |