[PATCH 2 of 2] (issue1824) Use fixed smartgwt version and add rationale for this

Wald Commits scm-commit at wald.intevation.org
Fri Jun 19 17:23:44 CEST 2015


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1434727415 -7200
# Node ID 1816389d5f6cda582f93ff449796434ff2822193
# Parent  5b4bd0680160fc6b363ca48c049fc70aa4d7650d
(issue1824) Use fixed smartgwt version and add rationale for this.

diff -r 5b4bd0680160 -r 1816389d5f6c gwt-client/pom.xml
--- a/gwt-client/pom.xml	Fri Jun 19 17:00:32 2015 +0200
+++ b/gwt-client/pom.xml	Fri Jun 19 17:23:35 2015 +0200
@@ -32,11 +32,6 @@
       <version>${gwtVersion}</version>
       <scope>provided</scope>
     </dependency>
-    <!--dependency>
-      <groupId>com.smartgwt</groupId>
-      <artifactId>smartgwt</artifactId>
-      <version>2.5</version>
-    </dependency-->
 
 <!-- The following probably does not work. In that case
      take a look at http://www.smartclient.com/builds/SmartGWT/
@@ -44,12 +39,18 @@
      the smartgwt dependency:
 
      mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT \
-     -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-08-11
+     -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-11-19
+
+     As patch builds for smartgwt do have regressions and are
+     regulararly removed from their repository we use a specific
+     version here that is known to work for us.
+
+     "Theoretically" any smartgwt version > 4.1 should do.
 -->
     <dependency>
       <groupId>com.isomorphic.smartgwt.lgpl</groupId>
       <artifactId>smartgwt-lgpl</artifactId>
-      <version>[4.1,5.0)</version>
+      <version>4.1-p20141119</version>
     </dependency>
     <dependency>
       <groupId>org.dive4elements</groupId>


More information about the Dive4Elements-commits mailing list