[PATCH 2 of 7] Mark runtime dependencies
Wald Commits
scm-commit at wald.intevation.org
Mon Jan 16 17:34:45 CET 2023
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673874870 -3600
# Mon Jan 16 14:14:30 2023 +0100
# Branch 3.2.x
# Node ID 69653f4dd754fde137cf398e68490114ea046250
# Parent b64335345270a6c034b2d392a507c3178e9b9b54
Mark runtime dependencies
diff -r b64335345270 -r 69653f4dd754 artifacts/pom.xml
--- a/artifacts/pom.xml Mon Jan 16 14:13:42 2023 +0100
+++ b/artifacts/pom.xml Mon Jan 16 14:14:30 2023 +0100
@@ -114,6 +114,7 @@
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-dom</artifactId>
<version>1.7</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
@@ -134,6 +135,7 @@
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.3.158</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
@@ -149,6 +151,7 @@
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<version>2.7.2</version>
+ <scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
@@ -180,6 +183,7 @@
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.6.0</version>
+ <scope>runtime</scope>
</dependency>
</dependencies>
<repositories>
More information about the Dive4Elements-commits
mailing list