comparison flys-artifacts/pom.xml @ 3786:4adc35aa655c

merged flys-artifacts/2.9.1
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:47 +0200
parents 4f161926416f
children 0548b70e7b39
comparison
equal deleted inserted replaced
3719:e82acd5c86f7 3786:4adc35aa655c
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/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
5 <groupId>de.intevation.flys.artifacts</groupId>
6 <artifactId>flys-artifacts</artifactId>
7 <version>1.0-SNAPSHOT</version>
8 <packaging>jar</packaging>
9
10 <name>flys-artifacts</name>
11 <url>http://maven.apache.org</url>
12
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-compiler-plugin</artifactId>
22 <version>2.0.2</version>
23 <configuration>
24 <source>1.6</source>
25 <target>1.6</target>
26 </configuration>
27 </plugin>
28 <plugin>
29 <groupId>org.apache.maven.plugins</groupId>
30 <artifactId>maven-javadoc-plugin</artifactId>
31 <version>2.8.1</version>
32 <configuration>
33 <show>private</show>
34 <nohelp>true</nohelp>
35 </configuration>
36 </plugin>
37 </plugins>
38 </build>
39
40 <dependencies>
41 <dependency>
42 <groupId>net.sf.ehcache</groupId>
43 <artifactId>ehcache-core</artifactId>
44 <version>2.4.2</version>
45 </dependency>
46 <dependency>
47 <groupId>jfree</groupId>
48 <artifactId>jfreechart</artifactId>
49 <version>1.0.13</version>
50 </dependency>
51 <dependency>
52 <groupId>junit</groupId>
53 <artifactId>junit</artifactId>
54 <version>3.8.1</version>
55 <scope>test</scope>
56 </dependency>
57 <dependency>
58 <groupId>trove</groupId>
59 <artifactId>trove</artifactId>
60 <version>1.1-beta-5</version>
61 </dependency>
62 <dependency>
63 <groupId>net.sf.opencsv</groupId>
64 <artifactId>opencsv</artifactId>
65 <version>2.0</version>
66 </dependency>
67 <dependency>
68 <groupId>de.intevation.bsh.artifact-database</groupId>
69 <artifactId>artifact-database</artifactId>
70 <version>1.0-SNAPSHOT</version>
71 </dependency>
72 <dependency>
73 <groupId>de.intevation.artifacts.common</groupId>
74 <artifactId>artifacts-common</artifactId>
75 <version>1.0-SNAPSHOT</version>
76 </dependency>
77 <dependency>
78 <groupId>de.intevation.flys</groupId>
79 <artifactId>flys-backend</artifactId>
80 <version>1.0-SNAPSHOT</version>
81 </dependency>
82 <dependency>
83 <groupId>jfree</groupId>
84 <artifactId>jfreechart</artifactId>
85 <version>1.0.13</version>
86 </dependency>
87 <dependency>
88 <groupId>org.apache.xmlgraphics</groupId>
89 <artifactId>batik-dom</artifactId>
90 <version>1.7</version>
91 </dependency>
92 <dependency>
93 <groupId>org.apache.xmlgraphics</groupId>
94 <artifactId>batik-svggen</artifactId>
95 <version>1.7</version>
96 </dependency>
97 <dependency>
98 <groupId>com.lowagie</groupId>
99 <artifactId>itext</artifactId>
100 <version>2.1.7</version>
101 </dependency>
102 <dependency>
103 <groupId>org.apache.commons</groupId>
104 <artifactId>commons-math</artifactId>
105 <version>2.2</version>
106 </dependency>
107 <dependency>
108 <groupId>com.h2database</groupId>
109 <artifactId>h2</artifactId>
110 <version>1.3.158</version>
111 </dependency>
112 <dependency>
113 <groupId>commons-dbcp</groupId>
114 <artifactId>commons-dbcp</artifactId>
115 <version>1.2.2</version>
116 </dependency>
117 <dependency>
118 <groupId>org.geotools</groupId>
119 <artifactId>gt-shapefile</artifactId>
120 <version>2.7.2</version>
121 </dependency>
122 <dependency>
123 <groupId>org.geotools</groupId>
124 <artifactId>gt-epsg-wkt</artifactId>
125 <version>2.7.2</version>
126 </dependency>
127 <dependency>
128 <groupId>org.geotools</groupId>
129 <artifactId>gt-geojson</artifactId>
130 <version>2.7.2</version>
131 </dependency>
132 <dependency>
133 <groupId>org.geotools</groupId>
134 <artifactId>gt-swing</artifactId>
135 <version>2.7.2</version>
136 </dependency>
137 <dependency>
138 <groupId>org.json</groupId>
139 <artifactId>json</artifactId>
140 <version>20090211</version>
141 </dependency>
142 <dependency>
143 <groupId>org.apache.velocity</groupId>
144 <artifactId>velocity</artifactId>
145 <version>1.7</version>
146 </dependency>
147 <dependency>
148 <groupId>net.sf.jasperreports</groupId>
149 <artifactId>jasperreports</artifactId>
150 <version>4.5.0</version>
151 </dependency>
152 <dependency>
153 <groupId>org.codehaus.groovy</groupId>
154 <artifactId>groovy-all</artifactId>
155 <version>1.6.0</version>
156 </dependency>
157 </dependencies>
158 <repositories>
159 <repository>
160 <id>jboss-repo2</id>
161 <name>JBoss repo2</name>
162 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
163 </repository>
164 <repository>
165 <id>gt2.repo</id>
166 <name>GeoTools2 Repository including JTS</name>
167 <url>http://download.osgeo.org/webdav/geotools</url>
168 </repository>
169 </repositories>
170 </project>

http://dive4elements.wald.intevation.org