[seam-commits] Seam SVN: r13101 - branches/enterprise/JBPAPP_5_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 10 09:56:16 EDT 2010
Author: manaRH
Date: 2010-06-10 09:56:15 -0400 (Thu, 10 Jun 2010)
New Revision: 13101
Modified:
branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
fixed alignment of dependencies with resteasy 1.2.1
Modified: branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml 2010-06-10 04:06:05 UTC (rev 13100)
+++ branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml 2010-06-10 13:56:15 UTC (rev 13101)
@@ -30,16 +30,11 @@
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jaxb-provider</artifactId>
</dependency>
-
+
<dependency>
- <groupId>sun-fi</groupId>
- <artifactId>FastInfoset</artifactId>
+ <groupId>org.jboss.resteasy</groupId>
+ <artifactId>resteasy-jettison-provider</artifactId>
</dependency>
-
-<!-- <dependency>-->
-<!-- <groupId>org.jboss.resteasy</groupId>-->
-<!-- <artifactId>resteasy-jettison-provider</artifactId>-->
-<!-- </dependency>-->
<dependency>
<groupId>org.jboss.resteasy</groupId>
Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-06-10 04:06:05 UTC (rev 13100)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml 2010-06-10 13:56:15 UTC (rev 13101)
@@ -359,12 +359,6 @@
</dependency>
<dependency>
- <groupId>sun-fi</groupId>
- <artifactId>FastInfoset</artifactId>
- <version>1.2.7</version>
- </dependency>
-
- <dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jettison-provider</artifactId>
<version>${version.resteasy}</version>
More information about the seam-commits
mailing list