[Schmitzm-commits] r758 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Mar 8 14:11:48 CET 2010


Author: alfonx
Date: 2010-03-08 14:11:47 +0100 (Mon, 08 Mar 2010)
New Revision: 758

Modified:
   trunk/pom.xml
Log:
verbesserungen an der pom.xml

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-03-05 17:34:42 UTC (rev 757)
+++ trunk/pom.xml	2010-03-08 13:11:47 UTC (rev 758)
@@ -97,6 +97,15 @@
 
 		<dependency>
 			<groupId>org.geotools</groupId>
+			<artifactId>gt-coverage</artifactId>
+			<version>${geotools.version}</version>
+			<type>jar</type>
+			<scope>compile</scope>
+		</dependency>
+
+
+		<dependency>
+			<groupId>org.geotools</groupId>
 			<artifactId>gt-geotiff</artifactId>
 			<version>${geotools.version}</version>
 			<type>jar</type>
@@ -177,6 +186,16 @@
 			<type>jar</type>
 			<scope>compile</scope>
 		</dependency>
+		<dependency>
+			<groupId>com.miglayout</groupId>
+			<artifactId>miglayout</artifactId>
+			<version>3.7.2</version>
+		</dependency>
+		<dependency>
+			<groupId>jdom</groupId>
+			<artifactId>jdom</artifactId>
+			<version>1.1</version>
+		</dependency>
 	</dependencies>
 
 	<build>



More information about the Schmitzm-commits mailing list