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-jfree-gt</artifactId> |
<artifactId>schmitzm-jfree-gt</artifactId> |
|
<version>2.6-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.6-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
12 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
13 |
</parent> |
</parent> |
14 |
|
|
41 |
<scope>test</scope> |
<scope>test</scope> |
42 |
</dependency> |
</dependency> |
43 |
|
|
44 |
|
<dependency> |
45 |
|
<groupId>org.geotools</groupId> |
46 |
|
<artifactId>gt-charts</artifactId> |
47 |
|
<version>${geotools.version}</version> |
48 |
|
<type>jar</type> |
49 |
|
<scope>compile</scope> |
50 |
|
|
51 |
|
<exclusions> |
52 |
|
<exclusion> |
53 |
|
<groupId>jfree</groupId> |
54 |
|
<artifactId>jfreechart</artifactId> |
55 |
|
</exclusion> |
56 |
|
|
57 |
|
<exclusion> |
58 |
|
<groupId>org.jfree</groupId> |
59 |
|
<artifactId>jfreechart</artifactId> |
60 |
|
</exclusion> |
61 |
|
|
62 |
|
<exclusion> |
63 |
|
<groupId>jfree</groupId> |
64 |
|
<artifactId>eastwood</artifactId> |
65 |
|
</exclusion> |
66 |
|
</exclusions> |
67 |
|
|
68 |
|
</dependency> |
69 |
|
|
70 |
|
<dependency> |
71 |
|
<groupId>jfree</groupId> |
72 |
|
<artifactId>eastwood</artifactId> |
73 |
|
<version>1.1.1</version> |
74 |
|
</dependency> |
75 |
|
|
76 |
<dependency> |
<dependency> |
77 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
78 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |