comparison geo-backend/pom.xml @ 143:122fdc9da5f0

Unified changelog, removed some needless imports. xmllint-ed pom.xml geo-backend/trunk@196 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 06 Oct 2009 14:45:50 +0000
parents 2e8d3f552f37
children 031ef9649cd1
comparison
equal deleted inserted replaced
142:25be806da62f 143:122fdc9da5f0
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1 <?xml version="1.0"?>
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.intevation.bsh</groupId> 4 <groupId>de.intevation.bsh</groupId>
5 <artifactId>geo-backend</artifactId> 5 <artifactId>geo-backend</artifactId>
6 <packaging>jar</packaging> 6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT</version>
34 </dependency> 34 </dependency>
35 <dependency> 35 <dependency>
36 <groupId>com.esri.sde</groupId> 36 <groupId>com.esri.sde</groupId>
37 <artifactId>jsde_sdk</artifactId> 37 <artifactId>jsde_sdk</artifactId>
38 <version>9.2.5</version> 38 <version>9.2.5</version>
39 <scope>compile</scope> 39 <scope>compile</scope>
40 </dependency> 40 </dependency>
41 <dependency> 41 <dependency>
42 <groupId>com.esri.sde</groupId> 42 <groupId>com.esri.sde</groupId>
43 <artifactId>jpe_sdk</artifactId> 43 <artifactId>jpe_sdk</artifactId>
44 <version>9.2.5</version> 44 <version>9.2.5</version>
45 <scope>compile</scope> 45 <scope>compile</scope>
46 </dependency> 46 </dependency>
47 <dependency> 47 <dependency>
48 <groupId>com.ibm</groupId> 48 <groupId>com.ibm</groupId>
49 <artifactId>icu4j</artifactId> 49 <artifactId>icu4j</artifactId>
50 <version>3.2</version> 50 <version>3.2</version>
54 <groupId>log4j</groupId> 54 <groupId>log4j</groupId>
55 <artifactId>log4j</artifactId> 55 <artifactId>log4j</artifactId>
56 <version>[1.2,)</version> 56 <version>[1.2,)</version>
57 </dependency> 57 </dependency>
58 <dependency> 58 <dependency>
59 <groupId>commons-pool</groupId> 59 <groupId>commons-pool</groupId>
60 <artifactId>commons-pool</artifactId> 60 <artifactId>commons-pool</artifactId>
61 <version>1.5.2</version> 61 <version>1.5.2</version>
62 </dependency> 62 </dependency>
63 </dependencies> 63 </dependencies>
64 </project> 64 </project>

http://dive4elements.wald.intevation.org