← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1682: Added dependency management versions for xerces-impl and xalan

 

------------------------------------------------------------
revno: 1682
committer: Lars Helge Oeverland <larshelge@xxxxxxxxx>
branch nick: trunk
timestamp: Mon 2010-03-22 10:59:24 +0100
message:
  Added dependency management versions for xerces-impl and xalan
modified:
  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/pom.xml'
--- dhis-2/pom.xml	2010-03-12 11:05:35 +0000
+++ dhis-2/pom.xml	2010-03-22 09:59:24 +0000
@@ -505,7 +505,17 @@
         <groupId>jasperreports</groupId>
         <artifactId>jasperreports</artifactId>
         <version>3.7.0</version>
+      </dependency>	  
+	  <dependency>
+        <groupId>xerces</groupId>
+	    <artifactId>xercesImpl</artifactId>
+	    <version>2.7.1</version>
       </dependency>
+	  <dependency>
+        <groupId>xalan</groupId>
+	    <artifactId>xalan</artifactId>
+	    <version>2.6.0</version>
+	  </dependency>
       <dependency>
         <groupId>jfree</groupId>
         <artifactId>jfreechart</artifactId>