← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16051: move the jzlib dependency from dhis-web-api-mobile to root pom.xml

 

------------------------------------------------------------
revno: 16051
committer: Long <long.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2014-07-09 17:13:23 +0700
message:
  move the jzlib dependency from dhis-web-api-mobile to root pom.xml
modified:
  dhis-2/dhis-web/dhis-web-api-mobile/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-web/dhis-web-api-mobile/pom.xml'
--- dhis-2/dhis-web/dhis-web-api-mobile/pom.xml	2014-07-07 06:48:17 +0000
+++ dhis-2/dhis-web/dhis-web-api-mobile/pom.xml	2014-07-09 10:13:23 +0000
@@ -36,7 +36,6 @@
     <dependency>
       <groupId>com.jcraft</groupId>
       <artifactId>jzlib</artifactId>
-      <version>1.0.7</version>
     </dependency>
   </dependencies>
 

=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml	2014-07-07 06:44:19 +0000
+++ dhis-2/pom.xml	2014-07-09 10:13:23 +0000
@@ -1015,6 +1015,12 @@
       	<artifactId>xml-apis</artifactId>
       	<version>1.4.01</version>
       </dependency>
+	   <!--JZLib for Mobile -->
+	 <dependency>
+      <groupId>com.jcraft</groupId>
+      <artifactId>jzlib</artifactId>
+      <version>1.0.7</version>
+    </dependency>
 
     </dependencies>
   </dependencyManagement>