comparison gnv-artifacts/pom.xml @ 540:80630520e25a

merged gnv-artifacts/0.4
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:13:49 +0200
parents 4080b57dcb52
children 6409847e203e
comparison
equal deleted inserted replaced
415:9f4a0b990d27 540:80630520e25a
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.artifacts</groupId>
5 <artifactId>gnv-artifacts</artifactId>
6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version>
8 <name>gnv-artifacts</name>
9 <url>http://maven.apache.org</url>
10 <properties>
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12 </properties>
13 <build>
14 <plugins>
15 <plugin>
16 <groupId>org.apache.maven.plugins</groupId>
17 <artifactId>maven-eclipse-plugin</artifactId>
18 <version>2.5.1</version>
19 </plugin>
20 <plugin>
21 <groupId>org.apache.maven.plugins</groupId>
22 <artifactId>maven-compiler-plugin</artifactId>
23 <version>2.0.2</version>
24 <configuration>
25 <source>1.5</source>
26 <target>1.5</target>
27 </configuration>
28 </plugin>
29 </plugins>
30 </build>
31 <dependencies>
32 <dependency>
33 <groupId>de.intevation.bsh.artifact-database</groupId>
34 <artifactId>artifact-database</artifactId>
35 <version>1.0-SNAPSHOT</version>
36 </dependency>
37 <dependency>
38 <groupId>de.intevation.bsh.geo-backend</groupId>
39 <artifactId>geo-backend</artifactId>
40 <version>1.0-SNAPSHOT</version>
41 </dependency>
42 <dependency>
43 <groupId>junit</groupId>
44 <artifactId>junit</artifactId>
45 <version>3.8.1</version>
46 <scope>test</scope>
47 </dependency>
48 <dependency>
49 <groupId>com.esri.sde</groupId>
50 <artifactId>jsde_sdk</artifactId>
51 <version>9.2.5</version>
52 <scope>test</scope>
53 </dependency>
54 <dependency>
55 <groupId>com.esri.sde</groupId>
56 <artifactId>jpe_sdk</artifactId>
57 <version>9.2.5</version>
58 <scope>test</scope>
59 </dependency>
60 <dependency>
61 <groupId>com.ibm</groupId>
62 <artifactId>icu4j</artifactId>
63 <version>3.2</version>
64 <scope>test</scope>
65 </dependency>
66 <dependency>
67 <groupId>log4j</groupId>
68 <artifactId>log4j</artifactId>
69 <version>[1.2,)</version>
70 </dependency>
71 <dependency>
72 <groupId>jfree</groupId>
73 <artifactId>jfreechart</artifactId>
74 <version>1.0.13</version>
75 </dependency>
76 <dependency>
77 <groupId>org.apache.xmlgraphics</groupId>
78 <artifactId>batik-dom</artifactId>
79 <version>1.7</version>
80 </dependency>
81 <dependency>
82 <groupId>org.apache.xmlgraphics</groupId>
83 <artifactId>batik-svggen</artifactId>
84 <version>1.7</version>
85 </dependency>
86 <dependency>
87 <groupId>com.lowagie</groupId>
88 <artifactId>itext</artifactId>
89 <version>2.1.7</version>
90 </dependency>
91 <dependency>
92 <groupId>net.sf.opencsv</groupId>
93 <artifactId>opencsv</artifactId>
94 <version>2.0</version>
95 </dependency>
96 <dependency>
97 <groupId>org.apache.commons</groupId>
98 <artifactId>commons-math</artifactId>
99 <version>2.0</version>
100 </dependency>
101 <dependency>
102 <groupId>net.sf.ehcache</groupId>
103 <artifactId>ehcache</artifactId>
104 <version>1.6.2</version>
105 </dependency>
106 <dependency>
107 <groupId>commons-validator</groupId>
108 <artifactId>commons-validator</artifactId>
109 <version>1.3.1</version>
110 </dependency>
111 <dependency>
112 <groupId>oro</groupId>
113 <artifactId>oro</artifactId>
114 <version>2.0.8</version>
115 </dependency>
116 <dependency>
117 <groupId>org.geotools</groupId>
118 <artifactId>gt-shapefile</artifactId>
119 <version>2.5.8</version>
120 </dependency>
121 <dependency>
122 <groupId>org.geotools</groupId>
123 <artifactId>gt-epsg-wkt</artifactId>
124 <version>2.5.8</version>
125 </dependency>
126 <dependency>
127 <groupId>com.vividsolutions</groupId>
128 <artifactId>jts</artifactId>
129 <version>1.9</version>
130 </dependency>
131 <dependency>
132 <groupId>trove</groupId>
133 <artifactId>trove</artifactId>
134 <version>2.1.1</version>
135 </dependency>
136 </dependencies>
137 <repositories>
138 <repository>
139 <id>gt2.repo</id>
140 <name>GeoTools2 Repository including JTS</name>
141 <url>http://download.osgeo.org/webdav/geotools</url>
142 </repository>
143 <repository>
144 <id>repository.jboss.org</id>
145 <name>JBoss Repository</name>
146 <url>http://repository.jboss.com/maven2</url>
147 </repository>
148 </repositories>
149 </project>

http://dive4elements.wald.intevation.org