[jboss-cvs] JBossAS SVN: r93475 - branches/JBPAPP_5_0/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Sep 14 09:46:48 EDT 2009


Author: fnasser at redhat.com
Date: 2009-09-14 09:46:48 -0400 (Mon, 14 Sep 2009)
New Revision: 93475

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
JBPAPP-2786 - REGRESSION - at RunAsPrincipal not working as expected

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-14 13:39:24 UTC (rev 93474)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-09-14 13:46:48 UTC (rev 93475)
@@ -1663,6 +1663,10 @@
             <groupId>org.jboss.system</groupId>
             <artifactId>system-jmx</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-core</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       




More information about the jboss-cvs-commits mailing list