[seam-commits] Seam SVN: r14169 - in branches/community/Seam_2_3: jboss-seam and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Sep 6 13:23:01 EDT 2011
Author: manaRH
Date: 2011-09-06 13:23:00 -0400 (Tue, 06 Sep 2011)
New Revision: 14169
Modified:
branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
branches/community/Seam_2_3/jboss-seam-parent/pom.xml
branches/community/Seam_2_3/jboss-seam/pom.xml
Log:
JBSEAM-4838 upgrade of openid4java in openid example and in jboss seam core module
Modified: branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2011-09-05 12:28:48 UTC (rev 14168)
+++ branches/community/Seam_2_3/examples/openid/openid-ear/pom.xml 2011-09-06 17:23:00 UTC (rev 14169)
@@ -47,7 +47,9 @@
</dependency>
<dependency>
<groupId>org.openid4java</groupId>
- <artifactId>openid4java</artifactId>
+ <artifactId>openid4java-consumer</artifactId>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
</dependencies>
Modified: branches/community/Seam_2_3/jboss-seam/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam/pom.xml 2011-09-05 12:28:48 UTC (rev 14168)
+++ branches/community/Seam_2_3/jboss-seam/pom.xml 2011-09-06 17:23:00 UTC (rev 14169)
@@ -407,11 +407,12 @@
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.openid4java</groupId>
- <artifactId>openid4java</artifactId>
- <optional>true</optional>
- </dependency>
+ <dependency>
+ <groupId>org.openid4java</groupId>
+ <artifactId>openid4java-consumer</artifactId>
+ <type>pom</type>
+ <optional>true</optional>
+ </dependency>
<dependency>
<groupId>org.slf4j</groupId>
Modified: branches/community/Seam_2_3/jboss-seam-parent/pom.xml
===================================================================
--- branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-09-05 12:28:48 UTC (rev 14168)
+++ branches/community/Seam_2_3/jboss-seam-parent/pom.xml 2011-09-06 17:23:00 UTC (rev 14169)
@@ -1126,56 +1126,75 @@
</exclusions>
</dependency>
- <dependency>
- <groupId>org.openid4java</groupId>
- <artifactId>openid4java</artifactId>
- <version>0.9.4.339</version>
- <exclusions>
- <exclusion>
- <groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</artifactId>
- </exclusion>
+ <dependency>
+ <groupId>org.openid4java</groupId>
+ <artifactId>openid4java-consumer</artifactId>
+ <version>0.9.6</version>
+ <type>pom</type>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- </exclusion>
+ <exclusion>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ </exclusion>
+
+ </exclusions>
+ </dependency>
+
+<!-- <dependency> -->
+<!-- <groupId>org.openid4java</groupId> -->
+<!-- <artifactId>openid4java</artifactId> -->
+<!-- <version>0.9.6</version> -->
+<!-- <exclusions> -->
+<!-- <exclusion> -->
+<!-- <groupId>com.ibm.icu</groupId> -->
+<!-- <artifactId>icu4j</artifactId> -->
+<!-- </exclusion> -->
- <exclusion>
- <groupId>xml-security</groupId>
- <artifactId>xmlsec</artifactId>
- </exclusion>
+<!-- <exclusion> -->
+<!-- <groupId>xerces</groupId> -->
+<!-- <artifactId>xercesImpl</artifactId> -->
+<!-- </exclusion> -->
+<!-- <exclusion> -->
+<!-- <groupId>xml-security</groupId> -->
+<!-- <artifactId>xmlsec</artifactId> -->
+<!-- </exclusion> -->
+
<!-- <exclusion> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId>
</exclusion> -->
<!-- <exclusion> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId>
</exclusion> -->
- <exclusion>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- </exclusion>
+<!-- <exclusion> -->
+<!-- <groupId>log4j</groupId> -->
+<!-- <artifactId>log4j</artifactId> -->
+<!-- </exclusion> -->
- <exclusion>
- <groupId>jug</groupId>
- <artifactId>jug</artifactId>
- </exclusion>
+<!-- <exclusion> -->
+<!-- <groupId>jug</groupId> -->
+<!-- <artifactId>jug</artifactId> -->
+<!-- </exclusion> -->
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
+<!-- <exclusion> -->
+<!-- <groupId>xml-apis</groupId> -->
+<!-- <artifactId>xml-apis</artifactId> -->
+<!-- </exclusion> -->
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
+<!-- <exclusion> -->
+<!-- <groupId>xalan</groupId> -->
+<!-- <artifactId>xalan</artifactId> -->
+<!-- </exclusion> -->
- <exclusion>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
+<!-- <exclusion> -->
+<!-- <groupId>com.sun</groupId> -->
+<!-- <artifactId>tools</artifactId> -->
+<!-- </exclusion> -->
+<!-- </exclusions> -->
+<!-- </dependency> -->
<dependency>
More information about the seam-commits
mailing list