Skip to content

Commit bb7ec42

Browse files
committed
Packaging fix
1 parent 2ca38c2 commit bb7ec42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<carrotsearch.version>0.7.0</carrotsearch.version>
2222
<arrow-memory-netty.version>9.0.0</arrow-memory-netty.version>
2323
</properties>
24-
<version>0.8.6${artifact.version.suffix}</version>
24+
<version>0.8.8${artifact.version.suffix}</version>
2525
<name>dremio-udf-gis</name>
2626
<description>GIS UDF extensions for Dremio</description>
2727
<url>https://github.com/sheinbergon/dremio-udf-gis</url>
@@ -305,6 +305,7 @@
305305
<include>org.locationtech.jts:jts-core</include>
306306
<include>org.locationtech.jts.io:jts-io-common</include>
307307
<include>org.locationtech.proj4j:proj4j</include>
308+
<include>org.locationtech.proj4j:proj4j-epsg</include>
308309
<include>com.googlecode.json-simple:json-simple</include>
309310
</includes>
310311
</artifactSet>

0 commit comments

Comments
 (0)