[PATCH] Fix dependency
Wald Commits
scm-commit at wald.intevation.org
Tue May 16 12:56:47 CEST 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1494932189 -7200
# Node ID b5a868b505004813510d85c072d7a034c26ac47a
# Parent efa52271786b31c6df5fbf2921c4c216e5df835d
Fix dependency.
The one previously configured is not available anymore.
diff -r efa52271786b -r b5a868b50500 gwt-client/pom.xml
--- a/gwt-client/pom.xml Mon May 15 18:06:24 2017 +0200
+++ b/gwt-client/pom.xml Tue May 16 12:56:29 2017 +0200
@@ -106,7 +106,7 @@
<dependency>
<groupId>org.mapfish.print</groupId>
<artifactId>print-lib</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
@@ -234,10 +234,6 @@
<url>http://www.smartclient.com/maven2</url>
</repository>
<repository>
- <id>org.mapfish</id>
- <url>http://dev.mapfish.org/maven/repository</url>
- </repository>
- <repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
More information about the Dive4Elements-commits
mailing list