[jboss-cvs] Picketlink SVN: r1378 - product/branches/Branch_6_plus/picketlink-core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 7 17:37:20 EST 2012


Author: anil.saldhana at jboss.com
Date: 2012-02-07 17:37:18 -0500 (Tue, 07 Feb 2012)
New Revision: 1378

Modified:
   product/branches/Branch_6_plus/picketlink-core/pom.xml
Log:
change to use JBossWeb version in AS71

Modified: product/branches/Branch_6_plus/picketlink-core/pom.xml
===================================================================
--- product/branches/Branch_6_plus/picketlink-core/pom.xml	2012-02-07 21:18:40 UTC (rev 1377)
+++ product/branches/Branch_6_plus/picketlink-core/pom.xml	2012-02-07 22:37:18 UTC (rev 1378)
@@ -102,18 +102,12 @@
         <version>1.0.0.Final</version>
       </dependency>
       <dependency>
-         <groupId>org.apache.tomcat</groupId>
-         <artifactId>catalina</artifactId>
-         <version>6.0.18</version>
+         <groupId>org.jboss.web</groupId>
+         <artifactId>jbossweb</artifactId>
+         <version>7.0.10.Final</version>
          <optional>true</optional>
       </dependency>
       <dependency>
-         <groupId>org.apache.tomcat</groupId>
-         <artifactId>coyote</artifactId>
-         <version>6.0.18</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>



More information about the jboss-cvs-commits mailing list