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 2015/05/04 10:56:59 UTC

tomee git commit: fixing openjpa dependencies

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 1be4e15a0 -> 6f3cbcbae


fixing openjpa dependencies


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

Branch: refs/heads/tomee-1.7.x
Commit: 6f3cbcbaee83c5f828d44c0dc3d84eae8db2b283
Parents: 1be4e15
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Mon May 4 10:55:13 2015 +0200
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Mon May 4 10:55:13 2015 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/6f3cbcba/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d1e58f1..cbe00c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1524,6 +1524,10 @@
             <artifactId>asm</artifactId>
           </exclusion>
           <exclusion>
+            <groupId>org.apache.openjpa</groupId>
+            <artifactId>openjpa-jest</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jpa_2.0_spec</artifactId>
           </exclusion>