dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #38908
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19769: Upgrade JasperReports lib to 6.1.0. Should solve Java 8 + Tomcat issues on dev and demo servers (...
------------------------------------------------------------
revno: 19769
committer: Halvdan Hoem Grelland <halvdanhg@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2015-08-13 18:40:27 +0200
message:
Upgrade JasperReports lib to 6.1.0. Should solve Java 8 + Tomcat issues on dev and demo servers (which is unreproducable in my dev env). Might revert this one if not.
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 2015-07-23 20:03:12 +0000
+++ dhis-2/pom.xml 2015-08-13 16:40:27 +0000
@@ -800,7 +800,7 @@
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
- <version>5.2.0</version>
+ <version>6.1.0</version>
<exclusions>
<exclusion>
<groupId>xalan</groupId>