Author: norman.richards(a)jboss.com
Date: 2008-11-15 00:00:59 -0500 (Sat, 15 Nov 2008)
New Revision: 9565
Modified:
trunk/build/core.pom.xml
trunk/build/root.pom.xml
Log:
JBSEAM-2655
Modified: trunk/build/core.pom.xml
===================================================================
--- trunk/build/core.pom.xml 2008-11-14 06:34:03 UTC (rev 9564)
+++ trunk/build/core.pom.xml 2008-11-15 05:00:59 UTC (rev 9565)
@@ -338,6 +338,12 @@
<artifactId>jboss-common-core</artifactId>
<optional>true</optional>
</dependency>
+
+ <dependency>
+ <groupId>org.openid4java</groupId>
+ <artifactId>openid4java</artifactId>
+ <optional>true</optional>
+ </dependency>
</dependencies>
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-11-14 06:34:03 UTC (rev 9564)
+++ trunk/build/root.pom.xml 2008-11-15 05:00:59 UTC (rev 9565)
@@ -990,6 +990,59 @@
</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>
+
+ <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>
+ </exclusions>
+ </dependency>
+
+
+ <dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.5.2</version>
Show replies by date