5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-library</artifactId> |
<artifactId>schmitzm-library</artifactId> |
7 |
<name>schmitzm-library</name> |
<name>schmitzm-library</name> |
8 |
<version>2.3-SNAPSHOT</version> |
<version>2.4-SNAPSHOT</version> |
9 |
<description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description> |
<description>A jar full of utility methods for Java6, Swing, Geotools and JFreeChart</description> |
10 |
|
|
11 |
<issueManagement> |
<issueManagement> |
63 |
<dependencies> |
<dependencies> |
64 |
|
|
65 |
<dependency> |
<dependency> |
66 |
|
<groupId>javax.jnlp</groupId> |
67 |
|
<artifactId>jnlp</artifactId> |
68 |
|
<version>1.6</version> |
69 |
|
<type>jar</type> |
70 |
|
<scope>compile</scope> |
71 |
|
</dependency> |
72 |
|
|
73 |
|
<dependency> |
74 |
<groupId>org.geotools</groupId> |
<groupId>org.geotools</groupId> |
75 |
<artifactId>gt-render</artifactId> |
<artifactId>gt-render</artifactId> |
76 |
<version>${geotools.version}</version> |
<version>${geotools.version}</version> |
290 |
<scope>compile</scope> |
<scope>compile</scope> |
291 |
</dependency> |
</dependency> |
292 |
|
|
293 |
|
<dependency> |
294 |
|
<groupId>commons-cli</groupId> |
295 |
|
<artifactId>commons-cli</artifactId> |
296 |
|
<version>1.2</version> |
297 |
|
<type>jar</type> |
298 |
|
<scope>compile</scope> |
299 |
|
</dependency> |
300 |
</dependencies> |
</dependencies> |
301 |
|
|
302 |
|
|