Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Remove transitive dependency of flatgeobuff that use an old version of jts
about dbeaver/dbeaver#37093
  • Loading branch information
nicolas-f authored Feb 7, 2025
1 parent b318e17 commit c4b0c61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions h2gis-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
<dependency>
<groupId>org.wololo</groupId>
<artifactId>flatgeobuf</artifactId>
<exclusions>
<exclusion>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit c4b0c61

Please sign in to comment.