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>
Show replies by date