← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19212: minor

 

------------------------------------------------------------
revno: 19212
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-05-30 17:34:33 +0200
message:
  minor
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	2015-05-30 15:33:12 +0000
+++ dhis-2/pom.xml	2015-05-30 15:34:33 +0000
@@ -259,6 +259,7 @@
 
   <dependencyManagement>
     <dependencies>
+
       <!--DHIS -->
       <dependency>
         <groupId>org.hisp.dhis</groupId>
@@ -356,6 +357,7 @@
         <artifactId>dhis-support-external</artifactId>
         <version>${project.version}</version>
       </dependency>
+
       <!-- Spring -->
       <dependency>
         <groupId>org.springframework</groupId>
@@ -1007,9 +1009,9 @@
         </exclusions>
       </dependency>
       <dependency>
-      	<groupId>xml-apis</groupId>
-      	<artifactId>xml-apis</artifactId>
-      	<version>1.4.01</version>
+        <groupId>xml-apis</groupId>
+        <artifactId>xml-apis</artifactId>
+        <version>1.4.01</version>
       </dependency>
       <dependency>
         <groupId>com.jcraft</groupId>