You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rm...@apache.org on 2016/12/03 16:37:40 UTC

[14/50] tomee git commit: align eclipselink version used in core-eclipselink

align eclipselink version used in core-eclipselink


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e2a4c2a8
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e2a4c2a8
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e2a4c2a8

Branch: refs/heads/tomee-1.7.x
Commit: e2a4c2a870915969e1ef6887076e267d13b41d7e
Parents: 0737513
Author: rmannibucau <rm...@apache.org>
Authored: Mon Oct 3 14:31:19 2016 +0200
Committer: rmannibucau <rm...@apache.org>
Committed: Mon Oct 3 14:31:19 2016 +0200

----------------------------------------------------------------------
 utils/openejb-core-eclipselink/pom.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/e2a4c2a8/utils/openejb-core-eclipselink/pom.xml
----------------------------------------------------------------------
diff --git a/utils/openejb-core-eclipselink/pom.xml b/utils/openejb-core-eclipselink/pom.xml
index 2a06871..1d3c066 100644
--- a/utils/openejb-core-eclipselink/pom.xml
+++ b/utils/openejb-core-eclipselink/pom.xml
@@ -44,12 +44,20 @@
     <dependency>
       <groupId>org.eclipse.persistence</groupId>
       <artifactId>eclipselink</artifactId>
-      <version>2.5.2</version>
+      <version>${version.eclipselink}</version>
       <exclusions>
         <exclusion>
           <groupId>org.eclipse.persistence</groupId>
           <artifactId>javax.persistence</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>javax.validation</groupId>
+          <artifactId>validation-api</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>org.glassfish</groupId>
+          <artifactId>javax.json</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>