[PATCH 1 of 7] Remove unused dependencies
Wald Commits
scm-commit at wald.intevation.org
Mon Jan 16 17:34:44 CET 2023
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673874822 -3600
# Mon Jan 16 14:13:42 2023 +0100
# Branch 3.2.x
# Node ID b64335345270a6c034b2d392a507c3178e9b9b54
# Parent 7a51e6321a4ef1986b72bfaa717c88b4d25ebbe9
Remove unused dependencies
diff -r 7a51e6321a4e -r b64335345270 artifacts/pom.xml
--- a/artifacts/pom.xml Thu Jan 12 18:01:34 2023 +0100
+++ b/artifacts/pom.xml Mon Jan 16 14:13:42 2023 +0100
@@ -156,16 +156,6 @@
<version>2.7.2</version>
</dependency>
<dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-swing</artifactId>
- <version>2.7.2</version>
- </dependency>
- <dependency>
- <groupId>org.hibernatespatial</groupId>
- <artifactId>hibernate-spatial</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
@@ -198,9 +188,5 @@
<name>GeoTools2 Repository including JTS</name>
<url>https://repo.osgeo.org/repository/release</url>
</repository>
- <repository>
- <id>Hibernate Spatial repo</id>
- <url>http://www.hibernatespatial.org/repository</url>
- </repository>
</repositories>
</project>
More information about the Dive4Elements-commits
mailing list