2 |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
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> |
<modelVersion>4.0.0</modelVersion> |
4 |
|
|
|
<groupId>de.schmitzm</groupId> |
|
5 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |
|
<version>2.7-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<parent> |
<parent> |
9 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
10 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
11 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
12 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 |
</parent> |
</parent> |
14 |
|
|
55 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
56 |
<type>jar</type> |
<type>jar</type> |
57 |
<scope>compile</scope> |
<scope>compile</scope> |
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
<groupId>org.geotools</groupId> |
|
|
<artifactId>gt-charts</artifactId> |
|
|
<version>${geotools.version}</version> |
|
|
<type>jar</type> |
|
|
<scope>compile</scope> |
|
58 |
</dependency> |
</dependency> |
59 |
|
|
60 |
<dependency> |
<dependency> |