From bec3f3bb76fc45074f4ae96c8b8881b35405cbb5 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Wed, 23 Jan 2013 15:28:50 -0800 Subject: [PATCH] CSPACE-4876 Updated the jasper runtime to current stable release. Tested with built-in report and it works fine (even as compiled with older version). --- services/report/pom.xml | 88 +++++++++++++++++++++++------------------ 1 file changed, 50 insertions(+), 38 deletions(-) diff --git a/services/report/pom.xml b/services/report/pom.xml index c77e88d07..0326553a3 100644 --- a/services/report/pom.xml +++ b/services/report/pom.xml @@ -1,45 +1,57 @@ - - - org.collectionspace.services - org.collectionspace.services.main - 3.2.1-SNAPSHOT - - - 4.0.0 - org.collectionspace.services - org.collectionspace.services.report - services.report - pom + + + org.collectionspace.services + org.collectionspace.services.main + 3.2.1-SNAPSHOT + - - - net.sf.jasperreports - jasperreports - 4.5.1 - - - - - net.sf.jasperreports - jasperreports-fonts - 4.0.0 - - - org.codehaus.groovy - groovy-all - 1.7.5 - - - + 4.0.0 + org.collectionspace.services + org.collectionspace.services.report + services.report + pom - - jaxb - service - 3rdparty - client - + + + net.sf.jasperreports + jasperreports + 5.0.1 + + + + + net.sf.jasperreports + jasperreports-fonts + 4.0.0 + + + + com.lowagie + itext + 2.1.7 + + + + org.codehaus.groovy + groovy-all + 2.0.1 + + + + + + jaxb + service + 3rdparty + client + -- 2.47.3