dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #28898
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 14515: Excluding jfree:jreechart from jasperreports. org.jfree:jfreechart already explicit dependency.
------------------------------------------------------------
revno: 14515
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2014-03-28 11:01:23 +0100
message:
Excluding jfree:jreechart from jasperreports. org.jfree:jfreechart already explicit dependency.
modified:
dhis-2/pom.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/pom.xml'
--- dhis-2/pom.xml 2014-03-28 09:11:30 +0000
+++ dhis-2/pom.xml 2014-03-28 10:01:23 +0000
@@ -761,6 +761,10 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>jfree</groupId>
+ <artifactId>jfreechart</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -771,7 +775,7 @@
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
- <version>1.0.15</version>
+ <version>1.0.17</version>
<exclusions>
<exclusion>
<groupId>gnujaxp</groupId>