[jboss-cvs] JBossAS SVN: r91691 - in trunk: connector and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 27 18:17:16 EDT 2009


Author: pgier
Date: 2009-07-27 18:17:15 -0400 (Mon, 27 Jul 2009)
New Revision: 91691

Modified:
   trunk/component-matrix/pom.xml
   trunk/connector/pom.xml
   trunk/deployment/pom.xml
   trunk/iiop/pom.xml
   trunk/jmx-remoting/pom.xml
   trunk/security/pom.xml
   trunk/server/pom.xml
   trunk/tomcat/pom.xml
   trunk/varia/pom.xml
Log:
Remove jaas because it is no longer needed.

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/component-matrix/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -462,12 +462,6 @@
       
       <dependency>
         <groupId>javax.security</groupId>
-        <artifactId>jaas</artifactId>
-        <version>1.0.01</version>
-      </dependency>
-      
-      <dependency>
-        <groupId>javax.security</groupId>
         <artifactId>jacc</artifactId>
         <version>1.0</version>
       </dependency>
@@ -2255,6 +2249,7 @@
                         <exclude>apache-logging:commons-logging</exclude>
                         <exclude>sun-jaf:activation</exclude>
                         <exclude>sun-javamail:mail</exclude>
+                        <exclude>javax.security:jaas</exclude>
                         <exclude>javax.servlet.jsp:jsp-api</exclude>
                         <exclude>javax.servlet:servlet-api</exclude>
                         <exclude>xml-apis:xml-apis</exclude>

Modified: trunk/connector/pom.xml
===================================================================
--- trunk/connector/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/connector/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -127,10 +127,6 @@
       <artifactId>mail</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>

Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/deployment/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -84,11 +84,6 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>sun-jaxb</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>

Modified: trunk/iiop/pom.xml
===================================================================
--- trunk/iiop/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/iiop/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -142,11 +142,6 @@
     </dependency>
                                                         
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>

Modified: trunk/jmx-remoting/pom.xml
===================================================================
--- trunk/jmx-remoting/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/jmx-remoting/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -71,10 +71,6 @@
       <artifactId>jboss-j2se</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>oswego-concurrent</groupId>
       <artifactId>concurrent</artifactId>
     </dependency>

Modified: trunk/security/pom.xml
===================================================================
--- trunk/security/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/security/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -136,11 +136,6 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-jaspi-api</artifactId>
     </dependency>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/server/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -402,11 +402,6 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-jca-api</artifactId>
     </dependency>

Modified: trunk/tomcat/pom.xml
===================================================================
--- trunk/tomcat/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/tomcat/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -173,10 +173,6 @@
       <artifactId>jacorb</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>jta</artifactId>
     </dependency>

Modified: trunk/varia/pom.xml
===================================================================
--- trunk/varia/pom.xml	2009-07-27 21:20:57 UTC (rev 91690)
+++ trunk/varia/pom.xml	2009-07-27 22:17:15 UTC (rev 91691)
@@ -316,11 +316,6 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>jboss.web</groupId>
       <artifactId>servlet-api</artifactId>
     </dependency>




More information about the jboss-cvs-commits mailing list