Mercurial > dive4elements > river
comparison flys-client/pom.xml @ 5835:821a02bbfb4e
Fixed internal java dependencies
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 13:12:15 +0200 |
parents | d3193a336ddd |
children | 795218cf62eb |
comparison
equal
deleted
inserted
replaced
5834:f507086aa94b | 5835:821a02bbfb4e |
---|---|
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
4 | 4 |
5 <!-- POM file generated with GWT webAppCreator --> | 5 <!-- POM file generated with GWT webAppCreator --> |
6 <modelVersion>4.0.0</modelVersion> | 6 <modelVersion>4.0.0</modelVersion> |
7 <groupId>de.intevation.flys.client</groupId> | 7 <groupId>org.dive4elements.river.client</groupId> |
8 <artifactId>FLYS</artifactId> | 8 <artifactId>client</artifactId> |
9 <packaging>war</packaging> | 9 <packaging>war</packaging> |
10 <version>1.0-SNAPSHOT</version> | 10 <version>1.0-SNAPSHOT</version> |
11 <name>de.intevation.flys.client.FLYS</name> | 11 <name>org.dive4elements.river.client</name> |
12 | 12 |
13 <properties> | 13 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 <!-- Convenience property to set the GWT version --> | 15 <!-- Convenience property to set the GWT version --> |
16 <gwtVersion>2.4.0</gwtVersion> | 16 <gwtVersion>2.4.0</gwtVersion> |
41 <groupId>com.smartgwt</groupId> | 41 <groupId>com.smartgwt</groupId> |
42 <artifactId>smartgwt</artifactId> | 42 <artifactId>smartgwt</artifactId> |
43 <version>3.0</version> | 43 <version>3.0</version> |
44 </dependency> | 44 </dependency> |
45 <dependency> | 45 <dependency> |
46 <groupId>de.intevation.artifacts.common</groupId> | 46 <groupId>org.dive4elements</groupId> |
47 <artifactId>artifacts-common</artifactId> | 47 <artifactId>artifacts-common</artifactId> |
48 <version>1.0-SNAPSHOT</version> | 48 <version>1.0-SNAPSHOT</version> |
49 </dependency> | 49 </dependency> |
50 <dependency> | 50 <dependency> |
51 <groupId>de.intevation.artifacts.httpclient</groupId> | 51 <groupId>org.dive4elements</groupId> |
52 <artifactId>http-client</artifactId> | 52 <artifactId>http-client</artifactId> |
53 <version>1.0-SNAPSHOT</version> | 53 <version>1.0-SNAPSHOT</version> |
54 </dependency> | 54 </dependency> |
55 <dependency> | 55 <dependency> |
56 <groupId>net.sf.opencsv</groupId> | 56 <groupId>net.sf.opencsv</groupId> |
232 <name>Open Source Geospatial Foundation Repository</name> | 232 <name>Open Source Geospatial Foundation Repository</name> |
233 <url>http://download.osgeo.org/webdav/geotools/</url> | 233 <url>http://download.osgeo.org/webdav/geotools/</url> |
234 </repository> | 234 </repository> |
235 </repositories> | 235 </repositories> |
236 </project> | 236 </project> |
237 | |
238 |