comparison geo-backend/pom.xml @ 662:755dd2fa4a0a 0.5

merged geo-backend/0.5
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:53 +0200
parents d45bca50b4d7
children 959618206b8a
comparison
equal deleted inserted replaced
657:af3f56758f59 662:755dd2fa4a0a
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.3</version>
40 <scope>compile</scope>
41 </dependency>
42 <dependency>
43 <groupId>com.esri.sde</groupId>
44 <artifactId>jpe_sdk</artifactId>
45 <version>9.3</version>
46 <scope>compile</scope>
47 </dependency>
48 <dependency>
49 <groupId>com.esri.sde</groupId>
50 <artifactId>jpe_sdkres</artifactId>
51 <version>9.3</version>
52 <scope>compile</scope>
53 </dependency>
54 <dependency>
55 <groupId>com.ibm</groupId>
56 <artifactId>icu4j</artifactId>
57 <version>3.2</version>
58 <scope>compile</scope>
59 </dependency>
60 <dependency>
61 <groupId>log4j</groupId>
62 <artifactId>log4j</artifactId>
63 <version>1.2.14</version>
64 </dependency>
65 <dependency>
66 <groupId>commons-pool</groupId>
67 <artifactId>commons-pool</artifactId>
68 <version>1.5.2</version>
69 </dependency>
70 <dependency>
71 <groupId>org.apache.commons</groupId>
72 <artifactId>commons-math</artifactId>
73 <version>2.0</version>
74 </dependency>
75 <dependency>
76 <groupId>com.vividsolutions</groupId>
77 <artifactId>jts</artifactId>
78 <version>1.9</version>
79 </dependency>
80 <dependency>
81 <groupId>net.sf.ehcache</groupId>
82 <artifactId>ehcache</artifactId>
83 <version>1.6.2</version>
84 </dependency>
85 </dependencies>
86 <repositories>
87 <repository>
88 <id>gt2.repo</id>
89 <name>GeoTools2 Repository including JTS</name>
90 <url>http://maven.geotools.fr/repository</url>
91 </repository>
92 </repositories>
93 </project>

http://dive4elements.wald.intevation.org