[picketlink-commits] Picketlink SVN: r657 - federation/trunk/picketlink-fed-api.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Wed Jan 26 13:47:15 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-01-26 13:47:14 -0500 (Wed, 26 Jan 2011)
New Revision: 657

Modified:
   federation/trunk/picketlink-fed-api/pom.xml
Log:
openid related dep

Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml	2011-01-26 18:46:45 UTC (rev 656)
+++ federation/trunk/picketlink-fed-api/pom.xml	2011-01-26 18:47:14 UTC (rev 657)
@@ -66,6 +66,11 @@
         <artifactId>openid4java-nodeps</artifactId>
       </dependency>
       <dependency>
+        <groupId>commons-httpclient</groupId>
+        <artifactId>commons-httpclient</artifactId>
+        <version>3.0.1</version>
+      </dependency>
+      <dependency>
         <groupId>org.apache</groupId>
         <artifactId>xmlsec</artifactId>
       </dependency>



More information about the picketlink-commits mailing list