19 |
<dependencies> |
<dependencies> |
20 |
|
|
21 |
<dependency> |
<dependency> |
22 |
|
<!-- Hier kommt auch ein aktuellen postgresql jdbc jar --> |
23 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
24 |
<artifactId>schmitzm-db</artifactId> |
<artifactId>schmitzm-db</artifactId> |
25 |
<version>${project.version}</version> |
<version>${project.version}</version> |
26 |
<type>jar</type> |
<type>jar</type> |
27 |
<scope>compile</scope> |
<scope>compile</scope> |
28 |
</dependency> |
</dependency> |
29 |
|
|
30 |
<dependency> |
<dependency> |
31 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
32 |
<artifactId>schmitzm-core</artifactId> |
<artifactId>schmitzm-core</artifactId> |
60 |
</dependency> |
</dependency> |
61 |
|
|
62 |
<dependency> |
<dependency> |
63 |
|
<groupId>org.geotools</groupId> |
64 |
|
<artifactId>gt-charts</artifactId> |
65 |
|
<version>${geotools.version}</version> |
66 |
|
<type>jar</type> |
67 |
|
<scope>compile</scope> |
68 |
|
</dependency> |
69 |
|
|
70 |
|
<dependency> |
71 |
<groupId>org.geotools.xsd</groupId> |
<groupId>org.geotools.xsd</groupId> |
72 |
<artifactId>gt-xsd-sld</artifactId> |
<artifactId>gt-xsd-sld</artifactId> |
73 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
174 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
175 |
<type>jar</type> |
<type>jar</type> |
176 |
<scope>compile</scope> |
<scope>compile</scope> |
177 |
|
<exclusions> |
178 |
|
<exclusion> |
179 |
|
<!-- Das kommt ueber schmitzm-db --> |
180 |
|
<groupId>postgresql</groupId> |
181 |
|
<artifactId>postgresql</artifactId> |
182 |
|
</exclusion> |
183 |
|
</exclusions> |
184 |
</dependency> |
</dependency> |
185 |
|
|
186 |
|
|
267 |
<build> |
<build> |
268 |
<pluginManagement> |
<pluginManagement> |
269 |
<plugins> |
<plugins> |
270 |
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
<!--This plugin's configuration is used to store Eclipse m2e settings |
271 |
|
only. It has no influence on the Maven build itself. --> |
272 |
<plugin> |
<plugin> |
273 |
<groupId>org.eclipse.m2e</groupId> |
<groupId>org.eclipse.m2e</groupId> |
274 |
<artifactId>lifecycle-mapping</artifactId> |
<artifactId>lifecycle-mapping</artifactId> |