[dna-commits] DNA SVN: r1417 - in trunk/web: dna-web-jcr-rest-war and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Wed Dec 9 09:20:50 EST 2009


Author: bcarothers
Date: 2009-12-09 09:20:49 -0500 (Wed, 09 Dec 2009)
New Revision: 1417

Modified:
   trunk/web/dna-web-jcr-rest-client/pom.xml
   trunk/web/dna-web-jcr-rest-war/pom.xml
Log:
Updated POMs for REST projects to see if the nightly integration failures can be fixed.

Modified: trunk/web/dna-web-jcr-rest-client/pom.xml
===================================================================
--- trunk/web/dna-web-jcr-rest-client/pom.xml	2009-12-08 20:52:17 UTC (rev 1416)
+++ trunk/web/dna-web-jcr-rest-client/pom.xml	2009-12-09 14:20:49 UTC (rev 1417)
@@ -46,12 +46,6 @@
             <groupId>org.jboss.resteasy</groupId>
             <artifactId>resteasy-jaxb-provider</artifactId>
             <version>1.2.1.GA</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.sun.xml.bind</groupId>
-                    <artifactId>jaxb-impl</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.jboss.resteasy</groupId>

Modified: trunk/web/dna-web-jcr-rest-war/pom.xml
===================================================================
--- trunk/web/dna-web-jcr-rest-war/pom.xml	2009-12-08 20:52:17 UTC (rev 1416)
+++ trunk/web/dna-web-jcr-rest-war/pom.xml	2009-12-09 14:20:49 UTC (rev 1417)
@@ -24,6 +24,12 @@
 			<version>1.5.8</version>
 			<scope>runtime</scope>
 		</dependency>
+		<dependency>
+			<groupId>com.sun.xml.bind</groupId>
+			<artifactId>jaxb-impl</artifactId>
+			<version>2.1.12</version>			
+			<scope>runtime</scope>
+		</dependency>
 
 		<!--  TESTING DEPENDENCIES -->
 		<dependency>



More information about the dna-commits mailing list