Author: anil.saldhana(a)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>
Show replies by date