Skip to content

Commit 0c6d508

Browse files
committed
Update exclusion so we the correct jts version
1 parent bcc5b9b commit 0c6d508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<exclusions>
4545
<!-- Exclude JTS so geotools can pull in it's version -->
4646
<exclusion>
47-
<groupId>com.vividsolutions</groupId>
47+
<groupId>org.locationtech.jts</groupId>
4848
<artifactId>jts-core</artifactId>
4949
</exclusion>
5050
<!-- Exclude protobuf here so gt-geobuf can pull in a more recent version -->

0 commit comments

Comments
 (0)