[Schmitzm-commits] r1955 - trunk/schmitzm-jfree

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 16 14:41:48 CEST 2012


Author: mojays
Date: 2012-04-16 14:41:48 +0200 (Mon, 16 Apr 2012)
New Revision: 1955

Modified:
   trunk/schmitzm-jfree/pom.xml
Log:
SCHMITZM-JFREE: exclude for "com.lowagie" (bouncycastle) in dependency of JFreeChart

Modified: trunk/schmitzm-jfree/pom.xml
===================================================================
--- trunk/schmitzm-jfree/pom.xml	2012-04-16 11:31:48 UTC (rev 1954)
+++ trunk/schmitzm-jfree/pom.xml	2012-04-16 12:41:48 UTC (rev 1955)
@@ -40,6 +40,12 @@
 			<artifactId>jfreechart</artifactId>
 			<version>1.0.14</version>
 			<scope>compile</scope>
+			<exclusions>
+				<exclusion>
+					<groupId>com.lowagie</groupId>
+					<artifactId>itext</artifactId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 		<dependency>



More information about the Schmitzm-commits mailing list