Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
395 changes: 197 additions & 198 deletions geomesa-trino/geomesa-trino-datastore/pom.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions geomesa-trino/geomesa-trino-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependencies>
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-trino-datastore</artifactId>
<artifactId>geomesa-trino-datastore_${scala.binary.version}</artifactId>
</dependency>
<dependency>
<groupId>org.locationtech.geomesa</groupId>
Expand All @@ -48,7 +48,7 @@
<!-- Trino plugin -->
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-trino-plugin</artifactId>
<artifactId>geomesa-trino-plugin_${scala.binary.version}</artifactId>
<exclusions>
<exclusion>
<groupId>*</groupId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-trino/geomesa-trino-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependencies>
<dependency>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-trino-datastore</artifactId>
<artifactId>geomesa-trino-datastore_${scala.binary.version}</artifactId>
<exclusions>
<exclusion>
<groupId>org.geotools</groupId>
Expand Down
Loading
Loading