[picketlink-commits] Picketlink SVN: r1119 - federation/trunk/picketlink-web.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Mon Jul 25 10:53:23 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-07-25 10:53:22 -0400 (Mon, 25 Jul 2011)
New Revision: 1119

Modified:
   federation/trunk/picketlink-web/pom.xml
Log:
PLINK-48: mvn deps

Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml	2011-07-25 14:50:08 UTC (rev 1118)
+++ federation/trunk/picketlink-web/pom.xml	2011-07-25 14:53:22 UTC (rev 1119)
@@ -153,12 +153,6 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>org.apache.tomcat</groupId>
-          <artifactId>jasper</artifactId>
-          <version>6.0.29</version>
-         <scope>test</scope>
-      </dependency>
-      <dependency>
          <groupId>commons-httpclient</groupId>
          <artifactId>commons-httpclient</artifactId>
          <version>3.1</version>
@@ -175,6 +169,12 @@
          <artifactId>junit</artifactId>
          <scope>test</scope>
       </dependency>
+      <dependency>
+         <groupId>xml-apis</groupId>
+         <artifactId>xml-apis</artifactId>
+         <version>1.3.04</version>
+         <scope>test</scope>
+      </dependency>
    </dependencies>
    
    <reporting>



More information about the picketlink-commits mailing list