4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-jfree</artifactId> |
<artifactId>schmitzm-jfree</artifactId> |
7 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<name>schmitzm-jfree</name> |
<name>schmitzm-jfree</name> |
13 |
<parent> |
<parent> |
14 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
15 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
16 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
17 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
18 |
</parent> |
</parent> |
19 |
|
|
40 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
41 |
<version>1.0.14</version> |
<version>1.0.14</version> |
42 |
<scope>compile</scope> |
<scope>compile</scope> |
43 |
|
<exclusions> |
44 |
|
<exclusion> |
45 |
|
<groupId>com.lowagie</groupId> |
46 |
|
<artifactId>itext</artifactId> |
47 |
|
</exclusion> |
48 |
|
</exclusions> |
49 |
</dependency> |
</dependency> |
50 |
|
|
51 |
<dependency> |
<dependency> |