dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37623
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19209: Minor, dependency cleanup
------------------------------------------------------------
revno: 19209
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Sat 2015-05-30 17:25:46 +0200
message:
Minor, dependency cleanup
modified:
dhis-2/dhis-support/dhis-support-commons/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-support/dhis-support-commons/pom.xml'
--- dhis-2/dhis-support/dhis-support-commons/pom.xml 2015-05-30 15:19:36 +0000
+++ dhis-2/dhis-support/dhis-support-commons/pom.xml 2015-05-30 15:25:46 +0000
@@ -15,10 +15,6 @@
<name>DHIS Support Commons</name>
<dependencies>
- <!--<dependency>-->
- <!--<groupId>javax.servlet</groupId>-->
- <!--<artifactId>servlet-api</artifactId>-->
- <!--</dependency>-->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@@ -44,13 +40,13 @@
<artifactId>gt-geojson</artifactId>
</dependency>
<dependency>
+ <groupId>com.vividsolutions</groupId>
+ <artifactId>jts</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
</dependency>
- <!--<dependency>-->
- <!--<groupId>org.javassist</groupId>-->
- <!--<artifactId>javassist</artifactId>-->
- <!--</dependency>-->
<dependency>
<groupId>org.scijava</groupId>
<artifactId>jep</artifactId>
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2015-05-30 15:19:36 +0000
+++ dhis-2/pom.xml 2015-05-30 15:25:46 +0000
@@ -943,6 +943,11 @@
<artifactId>gt-geojson</artifactId>
<version>${geotools.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.vividsolutions</groupId>
+ <artifactId>jts</artifactId>
+ <version>1.13</version>
+ </dependency>
<!-- JAXB -->
<dependency>