Skip to content

Commit

Permalink
GEOMESA-2575 Tools - switch to gt-epsg-wkt (#2229)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Linsinbigler <malinsinbigler@gmail.com>
  • Loading branch information
malinsinbigler authored and elahrvivaz committed Mar 12, 2019
1 parent 240b94e commit 98f9087
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 9 deletions.
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-tools/pom.xml
Expand Up @@ -103,7 +103,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<!-- 'works with' due to license issues -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-tools/pom.xml
Expand Up @@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>

<!-- test deps -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/geomesa-cassandra-tools/pom.xml
Expand Up @@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<!-- 'works with' due to license issues -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-fs/geomesa-fs-tools/pom.xml
Expand Up @@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-hbase/geomesa-hbase-tools/pom.xml
Expand Up @@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>

<!-- provided deps -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-kafka/geomesa-kafka-tools/pom.xml
Expand Up @@ -59,7 +59,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<!-- needed in the lib dir -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-kudu/geomesa-kudu-tools/pom.xml
Expand Up @@ -30,7 +30,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>

<!-- test deps -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-lambda/geomesa-lambda-tools/pom.xml
Expand Up @@ -106,7 +106,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<!-- 'works with' due to license issues -->
Expand Down
2 changes: 1 addition & 1 deletion geomesa-tools/pom.xml
Expand Up @@ -75,7 +75,7 @@
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<artifactId>gt-epsg-wkt</artifactId>
</dependency>
<dependency>
<groupId>com.beust</groupId>
Expand Down
17 changes: 17 additions & 0 deletions pom.xml
Expand Up @@ -971,6 +971,23 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<version>${gt.version}</version>
<exclusions>
<exclusion>
<!-- excluded due to license issues -->
<groupId>javax.media</groupId>
<artifactId>jai_core</artifactId>
</exclusion>
<exclusion>
<!-- excluded due to license issues -->
<groupId>jgridshift</groupId>
<artifactId>jgridshift</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-coverage</artifactId>
Expand Down

0 comments on commit 98f9087

Please sign in to comment.