Skip to content

Commit

Permalink
Packaging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sheinbergon committed Feb 28, 2023
1 parent 2ca38c2 commit bb7ec42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<carrotsearch.version>0.7.0</carrotsearch.version>
<arrow-memory-netty.version>9.0.0</arrow-memory-netty.version>
</properties>
<version>0.8.6${artifact.version.suffix}</version>
<version>0.8.8${artifact.version.suffix}</version>
<name>dremio-udf-gis</name>
<description>GIS UDF extensions for Dremio</description>
<url>https://github.com/sheinbergon/dremio-udf-gis</url>
Expand Down Expand Up @@ -305,6 +305,7 @@
<include>org.locationtech.jts:jts-core</include>
<include>org.locationtech.jts.io:jts-io-common</include>
<include>org.locationtech.proj4j:proj4j</include>
<include>org.locationtech.proj4j:proj4j-epsg</include>
<include>com.googlecode.json-simple:json-simple</include>
</includes>
</artifactSet>
Expand Down

0 comments on commit bb7ec42

Please sign in to comment.