[seam-commits] Seam SVN: r14652 - in branches/enterprise/WFK_2_0_PRE: jboss-seam-resteasy and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu May 3 09:25:08 EDT 2012
Author: manaRH
Date: 2012-05-03 09:25:06 -0400 (Thu, 03 May 2012)
New Revision: 14652
Modified:
branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
Log:
som polishing to enable build again
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-remoting/pom.xml 2012-05-03 13:25:06 UTC (rev 14652)
@@ -26,13 +26,8 @@
<configuration>
<jsSrcDir>src/main/resources/org/jboss/seam/remoting/</jsSrcDir>
</configuration>
- <!-- This is work around due htmlunit invalid pom in EAP repository -->
+
<dependencies>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>serializer</artifactId>
- <version>2.7.1-redhat-1</version>
- </dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
@@ -68,11 +63,6 @@
<artifactId>commons-collections</artifactId>
<version>3.2.1-redhat-1</version>
</dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6-redhat-1</version>
- </dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-05-03 10:59:46 UTC (rev 14651)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-resteasy/pom.xml 2012-05-03 13:25:06 UTC (rev 14652)
@@ -35,6 +35,12 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-atom-provider</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>jboss-jaxb-api_2.2_spec</artifactId>
+ <groupId>org.jboss.spec.javax.xml.bind</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
More information about the seam-commits
mailing list