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