[Schmitzm-commits] r2063 - trunk/schmitzm-jfree-gt

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 28 00:00:52 CEST 2012


Author: alfonx
Date: 2012-06-28 00:00:52 +0200 (Thu, 28 Jun 2012)
New Revision: 2063

Modified:
   trunk/schmitzm-jfree-gt/pom.xml
Log:
hfree eastwood dependency von version 1.1.1-20090808 auf 1.1.1 ueberschrieben. Irgendwie kann die Artifactory die 1.1.1-20090808 nicht ausliefern. bitch

Modified: trunk/schmitzm-jfree-gt/pom.xml
===================================================================
--- trunk/schmitzm-jfree-gt/pom.xml	2012-06-27 20:58:57 UTC (rev 2062)
+++ trunk/schmitzm-jfree-gt/pom.xml	2012-06-27 22:00:52 UTC (rev 2063)
@@ -60,10 +60,21 @@
                                         <groupId>org.jfree</groupId>
                                         <artifactId>jfreechart</artifactId>
                                 </exclusion>
+
+                                <exclusion>
+                                        <groupId>jfree</groupId>
+                                        <artifactId>eastwood</artifactId>
+                                </exclusion>
                         </exclusions>
 
                 </dependency>
 
+<dependency>
+    <groupId>jfree</groupId>
+    <artifactId>eastwood</artifactId>
+    <version>1.1.1</version>
+</dependency>
+
 		<dependency>
 			<groupId>de.schmitzm</groupId>
 			<artifactId>schmitzm-gt</artifactId>



More information about the Schmitzm-commits mailing list