Author: prabath
Date: Wed Jan  9 01:38:44 2008
New Revision: 12039

Log:

openid4java dependencies

Modified:
   trunk/solutions/identity/pom.xml

Modified: trunk/solutions/identity/pom.xml
==============================================================================
--- trunk/solutions/identity/pom.xml    (original)
+++ trunk/solutions/identity/pom.xml    Wed Jan  9 01:38:44 2008
@@ -642,14 +642,78 @@
             <groupId>org.openid4java</groupId>
             <artifactId>openid4java-nodeps</artifactId>
             <version>${openid.version}</version>
-            <exclusions>
-                <exclusion>
+        </dependency>
+
+        <dependency>
+           <groupId>com.ibm.icu</groupId>
+           <artifactId>icu4j</artifactId>
+           <version>3.4.4</version>
+        </dependency>
+
+        <dependency>
+           <groupId>org.openxri</groupId>
+           <artifactId>openxri-syntax</artifactId>
+           <version>1.0.1</version>           
+        </dependency>
+
+        <dependency>
+           <groupId>org.openxri</groupId>
+           <artifactId>openxri-client</artifactId>
+           <version>1.0.1</version>
+             <exclusions>
+               <exclusion>
+                 <groupId>log4j</groupId>
+                 <artifactId>log4j</artifactId>
+               </exclusion>
+               <exclusion>
                     <groupId>xml-security</groupId>
                     <artifactId>xmlsec</artifactId>
-                </exclusion>
-            </exclusions>
+               </exclusion>
+             </exclusions>
         </dependency>
 
+        <dependency>
+            <groupId>org.htmlparser</groupId>
+            <artifactId>htmlparser</artifactId>
+            <version>1.6</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.eclipse.higgins</groupId>
+            <artifactId>higgins-configuration-api</artifactId>
+            <version>SNAPSHOT</version>
+       </dependency>
+
+       <dependency>
+            <groupId>org.eclipse.higgins</groupId>
+            <artifactId>higgins-sts-api</artifactId>
+            <version>SNAPSHOT</version>
+       </dependency>
+
+       <dependency>
+             <groupId>org.eclipse.higgins</groupId>
+             <artifactId>higgins-sts-common</artifactId>
+             <version>SNAPSHOT</version>
+             <exclusions>
+               <exclusion>
+                    <groupId>xml-security</groupId>
+                    <artifactId>xmlsec</artifactId>
+               </exclusion>
+             </exclusions>
+       </dependency>
+
+       <dependency>
+             <groupId>org.eclipse.higgins</groupId>
+             <artifactId>higgins-sts-server-token-handler</artifactId>
+             <version>SNAPSHOT</version>
+       </dependency>
+
+       <dependency>
+             <groupId>org.eclipse.higgins</groupId>
+             <artifactId>higgins-sts-spi</artifactId>
+             <version>SNAPSHOT</version>
+       </dependency>
+
     </dependencies>
 
 

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to