We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c0dbb commit 3682f0eCopy full SHA for 3682f0e
pom.xml
@@ -102,6 +102,7 @@
102
<reactive-streams.version>1.0.4</reactive-streams.version>
103
<slf4j.version>2.0.17</slf4j.version>
104
<stax2-api.version>4.2.2</stax2-api.version>
105
+ <jts-core.version>1.20.0</jts-core.version>
106
<!-- Test Framework -->
107
<hamcrest.version>3.0</hamcrest.version>
108
<junit.version>4.13.2</junit.version>
@@ -697,6 +698,11 @@
697
698
<artifactId>jetty-util</artifactId>
699
<version>${jetty.version}</version>
700
</dependency>
701
+ <dependency>
702
+ <groupId>org.locationtech.jts</groupId>
703
+ <artifactId>jts-core</artifactId>
704
+ <version>${jts-core.version}</version>
705
+ </dependency>
706
</dependencies>
707
</dependencyManagement>
708
</project>
0 commit comments