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/22 12:28:03 UTC

[3/3] tomee git commit: no need of openejb-core 3

no need of openejb-core 3


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

Branch: refs/heads/master
Commit: 7293e6655bf41deb16392507a73c11277ee65cc7
Parents: cca3994
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Fri May 22 12:27:37 2015 +0200
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Fri May 22 12:27:37 2015 +0200

----------------------------------------------------------------------
 tck/cdi-tomee/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/7293e665/tck/cdi-tomee/pom.xml
----------------------------------------------------------------------
diff --git a/tck/cdi-tomee/pom.xml b/tck/cdi-tomee/pom.xml
index 00df2af..d7f0bb2 100644
--- a/tck/cdi-tomee/pom.xml
+++ b/tck/cdi-tomee/pom.xml
@@ -85,6 +85,12 @@
       <artifactId>openwebbeans-porting</artifactId>
       <version>${org.apache.openwebbeans.version}</version>
       <scope>test</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>org.apache.openejb</groupId>
+          <artifactId>openejb-core</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.tomee</groupId>