Strabon
diff pom.xml @ 132:6945f58b1619
Added geojson support. more tests will follow
author | Manos Karpathiotakis <mk@di.uoa.gr> |
---|---|
date | Tue May 08 17:36:10 2012 +0300 (2012-05-08) |
parents | 4fc7c28159aa |
children | 30b26e89d085 |
line diff
1.1 --- a/pom.xml Fri May 04 14:08:23 2012 +0300 1.2 +++ b/pom.xml Tue May 08 17:36:10 2012 +0300 1.3 @@ -29,7 +29,7 @@ 1.4 </modules> 1.5 1.6 <properties> 1.7 - <eu.earthobservatory.version>3.1.9-SNAPSHOT</eu.earthobservatory.version> 1.8 + <eu.earthobservatory.version>3.1.9-SNAPSHOT</eu.earthobservatory.version> 1.9 <sesame.version>2.6.3</sesame.version> 1.10 <aduna.appbase.version>3.5.0</aduna.appbase.version> 1.11 <slf4j.version>1.6.1</slf4j.version> 1.12 @@ -243,6 +243,12 @@ 1.13 1.14 <!-- GeoTools --> 1.15 <dependency> 1.16 + <groupId>org.geotools</groupId> 1.17 + <artifactId>gt-geojson</artifactId> 1.18 + <version>${geotools.version}</version> 1.19 + </dependency> 1.20 + 1.21 + <dependency> 1.22 <groupId>org.geotools.xsd</groupId> 1.23 <artifactId>gt-xsd-kml</artifactId> 1.24 <version>${geotools.version}</version>