Author: prabath
Date: Sat Jan  5 21:58:30 2008
New Revision: 11861

Log:

Downloads OpenID related jars

Modified:
   trunk/solutions/identity/modules/identity-provider/pom.xml

Modified: trunk/solutions/identity/modules/identity-provider/pom.xml
==============================================================================
--- trunk/solutions/identity/modules/identity-provider/pom.xml  (original)
+++ trunk/solutions/identity/modules/identity-provider/pom.xml  Sat Jan  5 
21:58:30 2008
@@ -1,118 +1,99 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0";
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
-    <parent>
-        <groupId>org.wso2.solutions.identity</groupId>
-        <artifactId>identity-solution-parent</artifactId>
-        <version>SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>wso2is-identity-provider</artifactId>
-    <packaging>jar</packaging>
-    <name>Identity Solution : Identity Provider</name>
-
-    <build>
-        <sourceDirectory>src/main/java</sourceDirectory>
-        <testSourceDirectory>src/test/java</testSourceDirectory>
-        <resources>
-            <resource>
-                <directory>src/main/java</directory>
-            </resource>
-        </resources>
-
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>1.5</source>
-                    <target>1.5</target>
-                </configuration>
-            </plugin>
-            <!--plugin>
-                       <groupId>org.apache.maven.plugins</groupId>
-                   <artifactId>maven-surefire-plugin</artifactId>
-                       <configuration>
-                     <excludes>
-                           <exclude>**/PersistenceTest.java</exclude>
-                     </excludes>
-                   </configuration>
-                 </plugin-->
-        </plugins>
-    </build>
-
-    <dependencies>
-
-       <dependency>
-            <groupId>org.wso2.commons.usermanager</groupId>
-            <artifactId>user-verification</artifactId>
-           <version>${usermanager.version}</version>
-           <exclusions>
-               <excludeTransitive>true</excludeTransitive>
-           </exclusions>
-       </dependency>
-
-        <dependency>
-            <groupId>org.wso2.solutions.identity</groupId>
-            <artifactId>wso2is-base</artifactId>
-            <version>${pom.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.utils</groupId>
-            <artifactId>wso2utils</artifactId>
-            <version>2.1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>xml-security</groupId>
-                    <artifactId>xmlsec</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.wsas</groupId>
-            <artifactId>wso2wsas-core</artifactId>
-            <version>2.1</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>xml-security</groupId>
-                    <artifactId>xmlsec</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.wsas</groupId>
-            <artifactId>wso2wsas-admin</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>xml-security</groupId>
-                    <artifactId>xmlsec</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>c3p0</groupId>
-            <artifactId>c3p0</artifactId>
-            <version>0.9.1.1</version>
-        </dependency>
-       
-        <dependency>
-            <groupId>org.wso2.mex</groupId>
-            <artifactId>wso2mex</artifactId>
-            <version>2.1</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.wso2.xfer</groupId>
-            <artifactId>wso2xfer</artifactId>
-            <version>SNAPSHOT</version>
-        </dependency>
-
-    </dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <parent>
+    <artifactId>identity-solution-parent</artifactId>
+    <groupId>org.wso2.solutions.identity</groupId>
+    <version>SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>wso2is-identity-provider</artifactId>
+  <name>Identity Solution : Identity Provider</name>
+  <build>
+    <sourceDirectory>src/main/java</sourceDirectory>
+    <testSourceDirectory>src/test/java</testSourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+      </resource>
+    </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.wso2.commons.usermanager</groupId>
+      <artifactId>user-verification</artifactId>
+      <version>${usermanager.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.solutions.identity</groupId>
+      <artifactId>wso2is-base</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.utils</groupId>
+      <artifactId>wso2utils</artifactId>
+      <version>2.1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>xmlsec</artifactId>
+          <groupId>xml-security</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.wsas</groupId>
+      <artifactId>wso2wsas-core</artifactId>
+      <version>2.1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>xmlsec</artifactId>
+          <groupId>xml-security</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.wsas</groupId>
+      <artifactId>wso2wsas-admin</artifactId>
+      <exclusions>
+        <exclusion>
+          <artifactId>xmlsec</artifactId>
+          <groupId>xml-security</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>c3p0</groupId>
+      <artifactId>c3p0</artifactId>
+      <version>0.9.1.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.mex</groupId>
+      <artifactId>wso2mex</artifactId>
+      <version>2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.wso2.xfer</groupId>
+      <artifactId>wso2xfer</artifactId>
+      <version>SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.openid4java</groupId>
+      <artifactId>openid4java</artifactId>
+      <version>0.9.5-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>xml-security</groupId>
+                    <artifactId>xmlsec</artifactId>
+                </exclusion>
+            </exclusions>
+    </dependency>
+
+  </dependencies>
+</project>
\ No newline at end of file

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

Reply via email to