Strabon
diff pom.xml @ 1358:65db010f01ac
removed dependency to epsg-wkt.jar since one epsg (epsg-hsql.jar) suffices and duplication might rise exceptions (according to this page: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority)
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Sat Sep 13 18:21:21 2014 +0300 (2014-09-13) |
parents | 8d50279a662c |
children | e453684f594f |
line diff
1.1 --- a/pom.xml Thu Sep 11 17:32:57 2014 +0300 1.2 +++ b/pom.xml Sat Sep 13 18:21:21 2014 +0300 1.3 @@ -475,11 +475,14 @@ 1.4 <version>${geotools.version}</version> 1.5 </dependency> 1.6 1.7 + <!-- 1.8 + One epsg jar file suffices. Read this: http://docs.geotools.org/latest/userguide/faq.html#q-how-to-choose-an-epsg-authority 1.9 <dependency> 1.10 <groupId>org.geotools</groupId> 1.11 <artifactId>gt-epsg-wkt</artifactId> 1.12 <version>${geotools.version}</version> 1.13 </dependency> 1.14 + --> 1.15 1.16 <dependency> 1.17 <groupId>org.geotools</groupId>