------------------------------------------------------------
revno: 6623
committer: Bob Jolliffe <[email protected]>
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>

_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp

Reply via email to