Mercurial > dive4elements > river
changeset 8752:1816389d5f6c
(issue1824) Use fixed smartgwt version and add rationale for this.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 19 Jun 2015 17:23:35 +0200 |
parents | 5b4bd0680160 |
children | 340111f40f2d |
files | gwt-client/pom.xml |
diffstat | 1 files changed, 8 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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>