comparison flys-client/pom.xml @ 3348:8c7cf6b84ba0

Remove gwt dependency, add common-codecs. flys-client/trunk@5023 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Tue, 17 Jul 2012 11:47:17 +0000
parents 1e01d3046260
children a6b7f0585761
comparison
equal deleted inserted replaced
3347:6d749af6a9c2 3348:8c7cf6b84ba0
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.google.gwt</groupId>
37 <artifactId>gwt-dev</artifactId>
38 <version>${gwtVersion}</version>
39 <scope>test</scope>
40 </dependency>
41 <!--dependency> 35 <!--dependency>
42 <groupId>com.smartgwt</groupId> 36 <groupId>com.smartgwt</groupId>
43 <artifactId>smartgwt</artifactId> 37 <artifactId>smartgwt</artifactId>
44 <version>2.5</version> 38 <version>2.5</version>
45 </dependency--> 39 </dependency-->
111 </dependency> 105 </dependency>
112 <dependency> 106 <dependency>
113 <groupId>commons-io</groupId> 107 <groupId>commons-io</groupId>
114 <artifactId>commons-io</artifactId> 108 <artifactId>commons-io</artifactId>
115 <version>2.2</version> 109 <version>2.2</version>
110 </dependency>
111 <dependency>
112 <groupId>commons-codec</groupId>
113 <artifactId>commons-codec</artifactId>
114 <version>1.4</version>
116 </dependency> 115 </dependency>
117 </dependencies> 116 </dependencies>
118 117
119 <build> 118 <build>
120 <!-- Generate compiled stuff in the folder used for developing mode --> 119 <!-- Generate compiled stuff in the folder used for developing mode -->

http://dive4elements.wald.intevation.org