dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #31491
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 16052: Code style
------------------------------------------------------------
revno: 16052
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-07-09 13:03:16 +0200
message:
Code style
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-07-09 10:13:23 +0000
+++ dhis-2/pom.xml 2014-07-09 11:03:16 +0000
@@ -974,21 +974,18 @@
<artifactId>rxtx</artifactId>
<version>2.1.7</version>
</dependency>
-
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>0.9.1</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
-
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
@@ -1015,12 +1012,11 @@
<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>
+ <dependency>
+ <groupId>com.jcraft</groupId>
+ <artifactId>jzlib</artifactId>
+ <version>1.0.7</version>
+ </dependency>
</dependencies>
</dependencyManagement>