Mercurial > dive4elements > river
diff artifacts/pom.xml @ 8516:dc02c7f96ad8
Exclude transitive dependency because of conflicting version which breaks charting.
author | "Tom Gottfried <tom@intevation.de>" |
---|---|
date | Thu, 18 Dec 2014 11:20:51 +0100 |
parents | 97d2a83118e4 |
children | 8179cca1796a |
line wrap: on
line diff
--- a/artifacts/pom.xml Wed Dec 17 18:02:27 2014 +0100 +++ b/artifacts/pom.xml Thu Dec 18 11:20:51 2014 +0100 @@ -156,6 +156,12 @@ <groupId>net.sf.jasperreports</groupId> <artifactId>jasperreports</artifactId> <version>4.5.0</version> + <exclusions> + <exclusion> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId>