← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6664: Added jaxb-impl dependency to compensate for buggy default version in java 7

 

------------------------------------------------------------
revno: 6664
committer: Bob Jolliffe <bobjolliffe@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-04-20 12:45:20 +0100
message:
  Added jaxb-impl dependency to compensate for buggy default version in java 7
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-17 14:51:28 +0000
+++ dhis-2/dhis-services/dhis-service-integration/pom.xml	2012-04-20 11:45:20 +0000
@@ -19,6 +19,11 @@
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.sun.xml.bind</groupId>
+      <artifactId>jaxb-impl</artifactId>
+      <version>2.2.5</version>
+    </dependency>
     
     <!-- DHIS -->
     <dependency>

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2012-04-17 14:51:28 +0000
+++ dhis-2/pom.xml	2012-04-20 11:45:20 +0000
@@ -777,6 +777,11 @@
         <version>2.2.5</version>
       </dependency>
       <dependency>
+        <groupId>com.sun.xml.bind</groupId>
+        <artifactId>jaxb-impl</artifactId>
+        <version>2.2.5</version>
+      </dependency>
+      <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-core</artifactId>
         <version>${jackson.version}</version>