[picketlink-commits] Picketlink SVN: r648 - in federation/trunk: picketlink-fed-api and 2 other directories.

picketlink-commits at lists.jboss.org picketlink-commits at lists.jboss.org
Mon Jan 24 23:50:51 EST 2011


Author: anil.saldhana at jboss.com
Date: 2011-01-24 23:50:50 -0500 (Mon, 24 Jan 2011)
New Revision: 648

Modified:
   federation/trunk/parent/pom.xml
   federation/trunk/picketlink-fed-api/pom.xml
   federation/trunk/picketlink-fed-core/pom.xml
   federation/trunk/picketlink-web/pom.xml
Log:
use openid no deps

Modified: federation/trunk/parent/pom.xml
===================================================================
--- federation/trunk/parent/pom.xml	2011-01-25 04:44:54 UTC (rev 647)
+++ federation/trunk/parent/pom.xml	2011-01-25 04:50:50 UTC (rev 648)
@@ -144,7 +144,7 @@
       </dependency>
       <dependency>
          <groupId>org.openid4java</groupId>
-         <artifactId>openid4java</artifactId>
+         <artifactId>openid4java-nodeps</artifactId>
          <version>0.9.5</version>
       </dependency>
       <dependency>

Modified: federation/trunk/picketlink-fed-api/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-api/pom.xml	2011-01-25 04:44:54 UTC (rev 647)
+++ federation/trunk/picketlink-fed-api/pom.xml	2011-01-25 04:50:50 UTC (rev 648)
@@ -63,7 +63,7 @@
       </dependency>
       <dependency>
         <groupId>org.openid4java</groupId>
-        <artifactId>openid4java</artifactId>
+        <artifactId>openid4java-nodeps</artifactId>
       </dependency>
       <dependency>
         <groupId>org.apache</groupId>

Modified: federation/trunk/picketlink-fed-core/pom.xml
===================================================================
--- federation/trunk/picketlink-fed-core/pom.xml	2011-01-25 04:44:54 UTC (rev 647)
+++ federation/trunk/picketlink-fed-core/pom.xml	2011-01-25 04:50:50 UTC (rev 648)
@@ -121,7 +121,7 @@
       </dependency>
       <dependency>
         <groupId>org.openid4java</groupId>
-        <artifactId>openid4java</artifactId>
+        <artifactId>openid4java-nodeps</artifactId>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>

Modified: federation/trunk/picketlink-web/pom.xml
===================================================================
--- federation/trunk/picketlink-web/pom.xml	2011-01-25 04:44:54 UTC (rev 647)
+++ federation/trunk/picketlink-web/pom.xml	2011-01-25 04:50:50 UTC (rev 648)
@@ -127,7 +127,7 @@
       </dependency>
       <dependency>
          <groupId>org.openid4java</groupId>
-         <artifactId>openid4java</artifactId>
+         <artifactId>openid4java-nodeps</artifactId>
       </dependency>
       <dependency>
          <groupId>org.apache</groupId>



More information about the picketlink-commits mailing list