[picketlink-commits] Picketlink SVN: r277 - federation/trunk/picketlink-fed-tests.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Fri Jun 4 12:12:54 EDT 2010


Author: anil.saldhana at jboss.com
Date: 2010-06-04 12:12:53 -0400 (Fri, 04 Jun 2010)
New Revision: 277

Modified:
   federation/trunk/picketlink-fed-tests/pom.xml
Log:
change httpunit dep

Modified: federation/trunk/picketlink-fed-tests/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-tests/pom.xml	2010-06-04 15:00:19 UTC (rev 276)
+++ federation/trunk/picketlink-fed-tests/pom.xml	2010-06-04 16:12:53 UTC (rev 277)
@@ -119,9 +119,9 @@
          <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>net.sf</groupId>
+        <groupId>httpunit</groupId>
         <artifactId>httpunit</artifactId>
-        <version>1.7.0</version>
+        <version>1.7</version>
         <scope>test</scope>
       </dependency>
       <dependency>



More information about the picketlink-commits mailing list