This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git
commit 700b4574ff46a229b4a336bbab7ebf3e6b4f0093 Author: Martin Desruisseaux <[email protected]> AuthorDate: Tue Sep 14 09:39:42 2021 +0200 Remove a JTS dependency not yet needed. --- core/sis-portrayal/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/sis-portrayal/pom.xml b/core/sis-portrayal/pom.xml index c9bf0c7..6d5723f 100644 --- a/core/sis-portrayal/pom.xml +++ b/core/sis-portrayal/pom.xml @@ -113,11 +113,6 @@ <artifactId>sis-storage</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>org.locationtech.jts</groupId> - <artifactId>jts-core</artifactId> - <optional>true</optional> - </dependency> <!-- Test dependencies --> <dependency>
