[jboss-cvs] JBossAS SVN: r91741 - in branches/JBPAPP_5_0: connector and 8 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 28 16:54:34 EDT 2009


Author: pgier
Date: 2009-07-28 16:54:33 -0400 (Tue, 28 Jul 2009)
New Revision: 91741

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
   branches/JBPAPP_5_0/connector/pom.xml
   branches/JBPAPP_5_0/deployment/pom.xml
   branches/JBPAPP_5_0/iiop/pom.xml
   branches/JBPAPP_5_0/jmx-remoting/pom.xml
   branches/JBPAPP_5_0/main/pom.xml
   branches/JBPAPP_5_0/security/pom.xml
   branches/JBPAPP_5_0/server/pom.xml
   branches/JBPAPP_5_0/tomcat/pom.xml
   branches/JBPAPP_5_0/varia/pom.xml
Log:
Remove jaas dependency because it is included in the JDK

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -461,12 +461,6 @@
       </dependency>
       
       <dependency>
-        <groupId>javax.security</groupId>
-        <artifactId>jaas</artifactId>
-        <version>1.0.01</version>
-      </dependency>
-      
-      <dependency>
         <groupId>jaxen</groupId>
         <artifactId>jaxen</artifactId>
         <version>1.1</version>
@@ -2173,6 +2167,7 @@
                         <exclude>javax.transaction:jta</exclude>
                         <exclude>javax.security:jacc</exclude>
                         <exclude>bsh:bsh</exclude>
+                        <exclude>javax.security:jaas</exclude>
                         <exclude>javax.xml.stream:stax-api</exclude>
                         <exclude>com.sun.xml.bind:jaxb-impl</exclude>
                         <exclude>javax.xml.bind:jaxb-api</exclude>

Modified: branches/JBPAPP_5_0/connector/pom.xml
===================================================================
--- branches/JBPAPP_5_0/connector/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/connector/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -146,10 +146,6 @@
       <artifactId>jaxb-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.security</groupId>
       <artifactId>jbosssx-client</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/deployment/pom.xml
===================================================================
--- branches/JBPAPP_5_0/deployment/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/deployment/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -57,10 +57,6 @@
   </build>
   <dependencies>
     <!-- Compile (global dependencies) -->
-    <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
     
     <dependency>
       <groupId>sun-jaxb</groupId>

Modified: branches/JBPAPP_5_0/iiop/pom.xml
===================================================================
--- branches/JBPAPP_5_0/iiop/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/iiop/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -112,11 +112,6 @@
     </dependency>
                                                         
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/jmx-remoting/pom.xml
===================================================================
--- branches/JBPAPP_5_0/jmx-remoting/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/jmx-remoting/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -69,10 +69,6 @@
       <artifactId>jboss-as-j2se</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>oswego-concurrent</groupId>
       <artifactId>concurrent</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/main/pom.xml
===================================================================
--- branches/JBPAPP_5_0/main/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/main/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -17,6 +17,13 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <verbose>true</verbose>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
           <execution>

Modified: branches/JBPAPP_5_0/security/pom.xml
===================================================================
--- branches/JBPAPP_5_0/security/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/security/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -103,11 +103,6 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-jaspi-api</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/server/pom.xml
===================================================================
--- branches/JBPAPP_5_0/server/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/server/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -282,11 +282,6 @@
     </dependency>
     
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    
-    <dependency>
       <groupId>org.jboss.javaee</groupId>
       <artifactId>jboss-jca-api</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/tomcat/pom.xml
===================================================================
--- branches/JBPAPP_5_0/tomcat/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/tomcat/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -57,10 +57,6 @@
       <artifactId>jacorb</artifactId>
     </dependency>
     <dependency>
-      <groupId>javax.security</groupId>
-      <artifactId>jaas</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.jboss.logging</groupId>
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>

Modified: branches/JBPAPP_5_0/varia/pom.xml
===================================================================
--- branches/JBPAPP_5_0/varia/pom.xml	2009-07-28 20:30:07 UTC (rev 91740)
+++ branches/JBPAPP_5_0/varia/pom.xml	2009-07-28 20:54:33 UTC (rev 91741)
@@ -185,11 +185,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