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 2014/12/04 09:31:28 UTC

tomee git commit: few more exclusions for arquillian and avoid preloading of the whole jar due to new cdi scanning

Repository: tomee
Updated Branches:
  refs/heads/develop 887e1b3c2 -> 8112ec545


few more exclusions for arquillian and avoid preloading of the whole jar due to new cdi scanning


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

Branch: refs/heads/develop
Commit: 8112ec545dfe19aeb316432484c27ec8cbee82e9
Parents: 887e1b3
Author: Romain Manni-Bucau <rm...@apache.org>
Authored: Thu Dec 4 09:31:20 2014 +0100
Committer: Romain Manni-Bucau <rm...@apache.org>
Committed: Thu Dec 4 09:31:20 2014 +0100

----------------------------------------------------------------------
 container/openejb-core/src/main/resources/default.exclusions | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/8112ec54/container/openejb-core/src/main/resources/default.exclusions
----------------------------------------------------------------------
diff --git a/container/openejb-core/src/main/resources/default.exclusions b/container/openejb-core/src/main/resources/default.exclusions
index eccf5c6..93d7a87 100644
--- a/container/openejb-core/src/main/resources/default.exclusions
+++ b/container/openejb-core/src/main/resources/default.exclusions
@@ -9,6 +9,12 @@ akka-cluster-
 akka-remote-
 antlr-
 aopalliance-
+# Arquillian embedded jar (enrichment)
+arquillian-core.jar
+arquillian-testng.jar
+arquillian-junit.jar
+arquillian-transaction.jar
+# normal Arquillian jars (ie maven ones)
 arquillian-common
 arquillian-config-
 arquillian-core-api-