[Schmitzm-commits] r1948 - trunk/schmitzm-gt
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Sun Apr 15 13:02:04 CEST 2012
Author: alfonx
Date: 2012-04-15 13:02:04 +0200 (Sun, 15 Apr 2012)
New Revision: 1948
Modified:
trunk/schmitzm-gt/pom.xml
Log:
New AtlasStyler support for Charts as Symbols moved to schmitzm => one more GT Jar dependency
Modified: trunk/schmitzm-gt/pom.xml
===================================================================
--- trunk/schmitzm-gt/pom.xml 2012-04-14 18:53:06 UTC (rev 1947)
+++ trunk/schmitzm-gt/pom.xml 2012-04-15 11:02:04 UTC (rev 1948)
@@ -60,6 +60,14 @@
</dependency>
<dependency>
+ <groupId>org.geotools</groupId>
+ <artifactId>gt-charts</artifactId>
+ <version>${geotools.version}</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.geotools.xsd</groupId>
<artifactId>gt-xsd-sld</artifactId>
<version>${geotools.version}</version>
@@ -168,7 +176,7 @@
<scope>compile</scope>
<exclusions>
<exclusion>
- <!-- Das kommt ueber schmitzm-db -->
+ <!-- Das kommt ueber schmitzm-db -->
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
</exclusion>
More information about the Schmitzm-commits
mailing list