[seam-commits] Seam SVN: r15045 - branches/enterprise/JBPAPP_5_0/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 15 08:20:56 EDT 2012


Author: manaRH
Date: 2012-08-15 08:20:56 -0400 (Wed, 15 Aug 2012)
New Revision: 15045

Modified:
   branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
   branches/enterprise/JBPAPP_5_0/build/root.pom.xml
Log:
fixed resteasy-jettison-provider wrong dependency hierarchy by adding jettison into resteasy module

Modified: branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml	2012-08-15 11:37:04 UTC (rev 15044)
+++ branches/enterprise/JBPAPP_5_0/build/resteasy.pom.xml	2012-08-15 12:20:56 UTC (rev 15045)
@@ -37,6 +37,17 @@
       </dependency>
       
       <dependency>
+        <groupId>org.codehaus.jettison</groupId>
+        <artifactId>jettison</artifactId>
+        <exclusions>
+            <exclusion>
+                <groupId>stax</groupId>
+                <artifactId>stax-api</artifactId>
+            </exclusion>
+        </exclusions>
+      </dependency>
+      
+      <dependency>
          <groupId>org.jboss.resteasy</groupId>
          <artifactId>resteasy-atom-provider</artifactId>
       </dependency>

Modified: branches/enterprise/JBPAPP_5_0/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2012-08-15 11:37:04 UTC (rev 15044)
+++ branches/enterprise/JBPAPP_5_0/build/root.pom.xml	2012-08-15 12:20:56 UTC (rev 15045)
@@ -341,7 +341,13 @@
 				<artifactId>resteasy-jettison-provider</artifactId>
 				<version>${version.resteasy}</version>
 			</dependency>
-
+            
+            <dependency>
+               <groupId>org.codehaus.jettison</groupId>
+               <artifactId>jettison</artifactId>
+               <version>1.2</version>
+            </dependency>
+        
 			<dependency>
 				<groupId>org.jboss.resteasy</groupId>
 				<artifactId>resteasy-atom-provider</artifactId>



More information about the seam-commits mailing list