------------------------------------------------------------ revno: 16051 committer: Long <long.hispviet...@gmail.com> 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>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp