comparison geo-backend/pom.xml @ 129:110e3ac1b7d2

Library Dependencies Added to pom.xml-File Import of SDE-Datasources geo-backend/trunk@5 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 02 Sep 2009 09:07:03 +0000
parents 9b3f5a067c29
children e4eacd613356
comparison
equal deleted inserted replaced
128:9b3f5a067c29 129:110e3ac1b7d2
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 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>gnv</groupId> 4 <groupId>de.intevation.gnv</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>
8 <name>geo-backend</name> 8 <name>geo-backend</name>
9 <url>http://maven.apache.org</url> 9 <url>http://maven.apache.org</url>
12 <groupId>junit</groupId> 12 <groupId>junit</groupId>
13 <artifactId>junit</artifactId> 13 <artifactId>junit</artifactId>
14 <version>3.8.1</version> 14 <version>3.8.1</version>
15 <scope>test</scope> 15 <scope>test</scope>
16 </dependency> 16 </dependency>
17 <dependency>
18 <groupId>com.esri.sde</groupId>
19 <artifactId>jsde_sdk</artifactId>
20 <version>9.2.5</version>
21 <scope>compile</scope>
22 </dependency>
23 <dependency>
24 <groupId>com.esri.sde</groupId>
25 <artifactId>jpe_sdk</artifactId>
26 <version>9.2.5</version>
27 <scope>compile</scope>
28 </dependency>
29 <dependency>
30 <groupId>com.ibm</groupId>
31 <artifactId>icu4j</artifactId>
32 <version>3.2</version>
33 <scope>compile</scope>
34 </dependency>
35 <dependency>
36 <groupId>log4j</groupId>
37 <artifactId>log4j</artifactId>
38 <version>[1.2,)</version>
39 </dependency>
17 </dependencies> 40 </dependencies>
18 </project> 41 </project>

http://dive4elements.wald.intevation.org