[picketlink-commits] Picketlink SVN: r1151 - integration-tests/trunk/picketlink-trust-tests.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Mon Aug 1 23:18:50 EDT 2011


Author: anil.saldhana at jboss.com
Date: 2011-08-01 23:18:49 -0400 (Mon, 01 Aug 2011)
New Revision: 1151

Modified:
   integration-tests/trunk/picketlink-trust-tests/pom.xml
Log:
add dep

Modified: integration-tests/trunk/picketlink-trust-tests/pom.xml
===================================================================
--- integration-tests/trunk/picketlink-trust-tests/pom.xml	2011-08-02 03:11:23 UTC (rev 1150)
+++ integration-tests/trunk/picketlink-trust-tests/pom.xml	2011-08-02 03:18:49 UTC (rev 1151)
@@ -229,7 +229,7 @@
         <scope>test</scope>
       </dependency>
       <dependency>
-        <groupId>apache-log4j</groupId>
+        <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.14</version>
       </dependency>
@@ -250,7 +250,14 @@
         <artifactId>ant-contrib</artifactId>
         <version>1.0b2</version>
       </dependency>
+      <dependency>
+         <groupId>commons-httpclient</groupId>
+         <artifactId>commons-httpclient</artifactId>
+        <version>3.1</version>
+         <scope>test</scope>
+      </dependency>
 
+
    </dependencies>
    
    <reporting>



More information about the picketlink-commits mailing list