← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6623: Upgraded jaxb to 2.2.5 to accomodate camel incompatibility with java 7. More testing required.

 

------------------------------------------------------------
revno: 6623
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-04-17 15:51:28 +0100
message:
  Upgraded jaxb to 2.2.5 to accomodate camel incompatibility with java 7.  More testing required.
modified:
  dhis-2/dhis-services/dhis-service-integration/pom.xml
  dhis-2/pom.xml


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-integration/pom.xml'
--- dhis-2/dhis-services/dhis-service-integration/pom.xml	2012-04-16 15:12:08 +0000
+++ dhis-2/dhis-services/dhis-service-integration/pom.xml	2012-04-17 14:51:28 +0000
@@ -14,6 +14,11 @@
   <name>DHIS Integration Service</name>
   
   <dependencies>
+      
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+    </dependency>
     
     <!-- DHIS -->
     <dependency>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2012-04-16 15:12:08 +0000
+++ dhis-2/pom.xml	2012-04-17 14:51:28 +0000
@@ -774,7 +774,7 @@
       <dependency>
         <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
-        <version>2.2.2</version>
+        <version>2.2.5</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>