[PATCH 6 of 7] Mark runtime dependency

Wald Commits scm-commit at wald.intevation.org
Mon Jan 16 17:34:49 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673886249 -3600
#      Mon Jan 16 17:24:09 2023 +0100
# Branch 3.2.x
# Node ID 70b54e20c09859597af6ea12f7fdc1afacd4a588
# Parent  c9c9b21b9f8a2ed5e9448917d877da65171292ca
Mark runtime dependency

diff -r c9c9b21b9f8a -r 70b54e20c098 gwt-client/pom.xml
--- a/gwt-client/pom.xml	Mon Jan 16 17:23:42 2023 +0100
+++ b/gwt-client/pom.xml	Mon Jan 16 17:24:09 2023 +0100
@@ -107,6 +107,7 @@
       <groupId>org.mapfish.print</groupId>
       <artifactId>print-lib</artifactId>
       <version>1.2.0</version>
+      <scope>runtime</scope>
     </dependency>
     <dependency>
     	<groupId>commons-codec</groupId>


More information about the Dive4Elements-commits mailing list