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</artifactId> |
<artifactId>schmitzm-jfree</artifactId> |
|
<version>2.7-SNAPSHOT</version> |
|
6 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
7 |
|
|
8 |
<name>schmitzm-jfree</name> |
<name>schmitzm-jfree</name> |
11 |
<parent> |
<parent> |
12 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
13 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
14 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
15 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
16 |
</parent> |
</parent> |
17 |
|
|
34 |
</dependency> |
</dependency> |
35 |
|
|
36 |
<dependency> |
<dependency> |
37 |
<groupId>jfree</groupId> |
<groupId>org.jfree</groupId> |
38 |
<artifactId>jfreechart</artifactId> |
<artifactId>jfreechart</artifactId> |
39 |
<version>1.0.14</version> |
<version>1.0.14</version> |
40 |
<scope>compile</scope> |
<scope>compile</scope> |
41 |
|
<exclusions> |
42 |
|
<exclusion> |
43 |
|
<groupId>com.lowagie</groupId> |
44 |
|
<artifactId>itext</artifactId> |
45 |
|
</exclusion> |
46 |
|
</exclusions> |
47 |
</dependency> |
</dependency> |
48 |
|
|
49 |
<dependency> |
<dependency> |
129 |
</plugins> |
</plugins> |
130 |
</pluginManagement> |
</pluginManagement> |
131 |
</build> |
</build> |
132 |
|
|
133 |
|
|
134 |
|
|
135 |
|
<repositories> |
136 |
|
<repository> |
137 |
|
<id>opengeo</id> |
138 |
|
<name>OpenGeo Maven Repository</name> |
139 |
|
<snapshots> |
140 |
|
<enabled>true</enabled> |
141 |
|
</snapshots> |
142 |
|
<url>http://repo.opengeo.org/</url> |
143 |
|
</repository> |
144 |
|
</repositories> |
145 |
|
|
146 |
</project> |
</project> |