comparison gwt-client/pom.xml @ 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 7f63ad20d4f0
children b5a868b50500
comparison
equal deleted inserted replaced
8751:5b4bd0680160 8752:1816389d5f6c
30 <groupId>com.google.gwt</groupId> 30 <groupId>com.google.gwt</groupId>
31 <artifactId>gwt-user</artifactId> 31 <artifactId>gwt-user</artifactId>
32 <version>${gwtVersion}</version> 32 <version>${gwtVersion}</version>
33 <scope>provided</scope> 33 <scope>provided</scope>
34 </dependency> 34 </dependency>
35 <!--dependency>
36 <groupId>com.smartgwt</groupId>
37 <artifactId>smartgwt</artifactId>
38 <version>2.5</version>
39 </dependency-->
40 35
41 <!-- The following probably does not work. In that case 36 <!-- The following probably does not work. In that case
42 take a look at http://www.smartclient.com/builds/SmartGWT/ 37 take a look at http://www.smartclient.com/builds/SmartGWT/
43 select a recent version and install it manually to fullfill 38 select a recent version and install it manually to fullfill
44 the smartgwt dependency: 39 the smartgwt dependency:
45 40
46 mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT \ 41 mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT \
47 -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-08-11 42 -Dlicense=LGPL -DbuildNumber=4.1p -DbuildDate=2014-11-19
43
44 As patch builds for smartgwt do have regressions and are
45 regulararly removed from their repository we use a specific
46 version here that is known to work for us.
47
48 "Theoretically" any smartgwt version > 4.1 should do.
48 --> 49 -->
49 <dependency> 50 <dependency>
50 <groupId>com.isomorphic.smartgwt.lgpl</groupId> 51 <groupId>com.isomorphic.smartgwt.lgpl</groupId>
51 <artifactId>smartgwt-lgpl</artifactId> 52 <artifactId>smartgwt-lgpl</artifactId>
52 <version>[4.1,5.0)</version> 53 <version>4.1-p20141119</version>
53 </dependency> 54 </dependency>
54 <dependency> 55 <dependency>
55 <groupId>org.dive4elements</groupId> 56 <groupId>org.dive4elements</groupId>
56 <artifactId>artifacts-common</artifactId> 57 <artifactId>artifacts-common</artifactId>
57 <version>1.0-SNAPSHOT</version> 58 <version>1.0-SNAPSHOT</version>

http://dive4elements.wald.intevation.org