comparison geo-backend/pom.xml @ 280:72f5e8bd2791 0.2

merged geo-backend/0.2
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:45 +0200
parents 031ef9649cd1
children 3cbf11c67fdc
comparison
equal deleted inserted replaced
262:8b634333f935 280:72f5e8bd2791
1 <?xml version="1.0"?>
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>
4 <groupId>de.intevation.bsh</groupId>
5 <artifactId>geo-backend</artifactId>
6 <packaging>jar</packaging>
7
8 <version>1.0-SNAPSHOT</version>
9 <name>geo-backend</name>
10 <url>http://maven.apache.org</url>
11 <build>
12 <plugins>
13 <plugin>
14 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-eclipse-plugin</artifactId>
16 <version>2.5.1</version>
17 </plugin>
18 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-compiler-plugin</artifactId>
21 <version>2.0.2</version>
22 <configuration>
23 <source>1.5</source>
24 <target>1.5</target>
25 </configuration>
26 </plugin>
27 </plugins>
28 </build>
29 <dependencies>
30 <dependency>
31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
33 <version>3.8.1</version>
34 <scope>test</scope>
35 </dependency>
36 <dependency>
37 <groupId>com.esri.sde</groupId>
38 <artifactId>jsde_sdk</artifactId>
39 <version>9.2.5</version>
40 <scope>compile</scope>
41 </dependency>
42 <dependency>
43 <groupId>com.esri.sde</groupId>
44 <artifactId>jpe_sdk</artifactId>
45 <version>9.2.5</version>
46 <scope>compile</scope>
47 </dependency>
48 <dependency>
49 <groupId>com.ibm</groupId>
50 <artifactId>icu4j</artifactId>
51 <version>3.2</version>
52 <scope>compile</scope>
53 </dependency>
54 <dependency>
55 <groupId>log4j</groupId>
56 <artifactId>log4j</artifactId>
57 <version>[1.2,)</version>
58 </dependency>
59 <dependency>
60 <groupId>commons-pool</groupId>
61 <artifactId>commons-pool</artifactId>
62 <version>1.5.2</version>
63 </dependency>
64 <dependency>
65 <groupId>com.vividsolutions</groupId>
66 <artifactId>jts</artifactId>
67 <version>1.9</version>
68 </dependency>
69 </dependencies>
70 <repositories>
71 <repository>
72 <id>gt2.repo</id>
73 <name>GeoTools2 Repository including JTS</name>
74 <url>http://maven.geotools.fr/repository</url>
75 </repository>
76 </repositories>
77 </project>

http://dive4elements.wald.intevation.org