← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15367: made explicit dependency on xml-apis 1.4.01

 

------------------------------------------------------------
revno: 15367
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2014-05-22 15:51:07 +0200
message:
  made explicit dependency on xml-apis 1.4.01
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	2014-05-22 12:51:40 +0000
+++ dhis-2/pom.xml	2014-05-22 13:51:07 +0000
@@ -1004,6 +1004,11 @@
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+      	<groupId>xml-apis</groupId>
+      	<artifactId>xml-apis</artifactId>
+      	<version>1.4.01</version>
+      </dependency>
 
     </dependencies>
   </dependencyManagement>