[seam-commits] Seam SVN: r14170 - in branches/enterprise/JBPAPP_5_0: examples and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Sep 6 14:30:06 EDT 2011
Author: manaRH
Date: 2011-09-06 14:30:06 -0400 (Tue, 06 Sep 2011)
New Revision: 14170
Modified:
branches/enterprise/JBPAPP_5_0/build/core.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
branches/enterprise/JBPAPP_5_0/examples/build.xml
Log:
JBPAPP-7139 upgrade of openid4java
Modified: branches/enterprise/JBPAPP_5_0/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2011-09-06 17:23:00 UTC (rev 14169)
+++ branches/enterprise/JBPAPP_5_0/build/core.pom.xml 2011-09-06 18:30:06 UTC (rev 14170)
@@ -333,7 +333,8 @@
<dependency>
<groupId>org.openid4java</groupId>
- <artifactId>openid4java</artifactId>
+ <artifactId>openid4java-consumer</artifactId>
+ <type>pom</type>
<optional>true</optional>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-09-06 17:23:00 UTC (rev 14169)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2011-09-06 18:30:06 UTC (rev 14170)
@@ -1061,59 +1061,19 @@
<dependency>
<groupId>org.openid4java</groupId>
- <artifactId>openid4java</artifactId>
- <version>0.9.4.339</version>
+ <artifactId>openid4java-consumer</artifactId>
+ <version>0.9.6</version>
+ <type>pom</type>
<exclusions>
<exclusion>
- <groupId>com.ibm.icu</groupId>
- <artifactId>icu4j</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>jug</groupId>
- <artifactId>jug</artifactId>
- </exclusion>
-
- <exclusion>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- </exclusion>
-
- <exclusion>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- </exclusion>
-
- <exclusion>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- </exclusion>
</exclusions>
</dependency>
Modified: branches/enterprise/JBPAPP_5_0/examples/build.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/examples/build.xml 2011-09-06 17:23:00 UTC (rev 14169)
+++ branches/enterprise/JBPAPP_5_0/examples/build.xml 2011-09-06 18:30:06 UTC (rev 14170)
@@ -160,12 +160,13 @@
<!-- openid required dependencies -->
<fileset id="openid.jar" dir="${lib.dir}">
- <include name="openid4java.jar" if="openid.lib" />
- <include name="openxri-client.jar" if="openid.lib" />
- <include name="openxri-syntax.jar" if="openid.lib" />
- <include name="htmlparser.jar" if="openid.lib" />
+ <include name="openid4java-nodeps.jar" if="openid.lib" />
+ <include name="jcip-annotations.jar" if="openid.lib" />
+ <include name="guice.jar" if="openid.lib" />
+ <include name="nekohtml.jar" if="openid.lib" />
<include name="commons-codec.jar" if="openid.lib" />
- <include name="commons-httpclient.jar" if="openid.lib" />
+ <include name="httpclient.jar" if="openid.lib" />
+ <include name="httpcore.jar" if="openid.lib" />
</fileset>
<!-- Seam debug, with required dependencies -->
More information about the seam-commits
mailing list