1 |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
<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"> |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
3 |
|
|
4 |
<modelVersion>4.0.0</modelVersion> |
<modelVersion>4.0.0</modelVersion> |
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-library</artifactId> |
<artifactId>schmitzm-library</artifactId> |
71 |
</dependency> |
</dependency> |
72 |
|
|
73 |
<dependency> |
<dependency> |
74 |
|
<groupId>org.geotools.xsd</groupId> |
75 |
|
<artifactId>gt-xsd-sld</artifactId> |
76 |
|
<version>${geotools.version}</version> |
77 |
|
<type>jar</type> |
78 |
|
<scope>compile</scope> |
79 |
|
</dependency> |
80 |
|
|
81 |
|
<dependency> |
82 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
83 |
<artifactId>gt-shapefile-renderer</artifactId> |
<artifactId>gt-shapefile-renderer</artifactId> |
84 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
142 |
</dependency> |
</dependency> |
143 |
|
|
144 |
<dependency> |
<dependency> |
145 |
|
<groupId>javax.mail</groupId> |
146 |
|
<artifactId>mail</artifactId> |
147 |
|
<version>1.4.1</version> |
148 |
|
<type>jar</type> |
149 |
|
<scope>compile</scope> |
150 |
|
</dependency> |
151 |
|
|
152 |
|
<dependency> |
153 |
<groupId>jfree</groupId> |
<groupId>jfree</groupId> |
154 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
155 |
<version>1.0.13</version> |
<version>1.0.13</version> |
231 |
<dependency> |
<dependency> |
232 |
<groupId>com.miglayout</groupId> |
<groupId>com.miglayout</groupId> |
233 |
<artifactId>miglayout</artifactId> |
<artifactId>miglayout</artifactId> |
234 |
<version>3.7.2</version> |
<version>3.7.3</version> |
235 |
</dependency> |
</dependency> |
236 |
|
|
237 |
<dependency> |
<dependency> |
301 |
<exclude>**/Thumbs.db</exclude> |
<exclude>**/Thumbs.db</exclude> |
302 |
</excludes> |
</excludes> |
303 |
</testResource> |
</testResource> |
304 |
|
|
305 |
|
<testResource> |
306 |
|
<directory>testresources</directory> |
307 |
|
<filtering>false</filtering> |
308 |
|
<excludes> |
309 |
|
<exclude>**/*.java</exclude> |
310 |
|
<exclude>**/*.svn*</exclude> |
311 |
|
<exclude>**/*.cvs</exclude> |
312 |
|
<exclude>**/*~</exclude> |
313 |
|
<exclude>**/Thumbs.db</exclude> |
314 |
|
</excludes> |
315 |
|
</testResource> |
316 |
|
|
317 |
</testResources> |
</testResources> |
318 |
|
|
319 |
<!-- <outputDirectory>classes</outputDirectory> --> |
<!-- <outputDirectory>classes</outputDirectory> --> |