← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 5335: Excluding xerces impl dependency from mapgeneration module, breaks jasper reports rendering

 

------------------------------------------------------------
revno: 5335
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-12-09 01:02:59 +0100
message:
  Excluding xerces impl dependency from mapgeneration module, breaks jasper reports rendering
modified:
  dhis-2/dhis-services/dhis-service-mapgeneration/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-mapgeneration/pom.xml'
--- dhis-2/dhis-services/dhis-service-mapgeneration/pom.xml	2011-12-03 10:15:00 +0000
+++ dhis-2/dhis-services/dhis-service-mapgeneration/pom.xml	2011-12-09 00:02:59 +0000
@@ -56,6 +56,12 @@
       <groupId>org.geotools</groupId>
       <artifactId>gt-render</artifactId>
       <version>8.0-M3</version>
+	  <exclusions>
+        <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.geotools</groupId>