Verified Commit 90fdfb5a authored by Giovanni Mascellani's avatar Giovanni Mascellani
Browse files

Finish Apache POI 4.0 patch.

parent 7c942a41
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
jasperreports (6.3.1-2.1) UNRELEASED; urgency=medium

  * Team upload.
  * Fix FTBFS after upgrading Apache POI to 4.0, based on previous work by
    Andrej Shadura (closes: #912467).

 -- Giovanni Mascellani <gio@debian.org>  Mon, 01 Apr 2019 00:06:12 +0200

jasperreports (6.3.1-2) unstable; urgency=medium

  * Team upload.
+272 −161

File changed.

Preview size limit exceeded, changes collapsed.

+20 −0
Original line number Diff line number Diff line
From: Giovanni Mascellani <gio@debian.org>
Date: Sun, 31 Mar 2019 11:15:19 +0200
Subject: Remove runtime indication for saaj dependency.

---
 jasperreports/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jasperreports/pom.xml b/jasperreports/pom.xml
index 61de596..656f9c6 100644
--- a/jasperreports/pom.xml
+++ b/jasperreports/pom.xml
@@ -349,7 +349,6 @@
 			<groupId>javax.xml.soap</groupId>
 			<artifactId>saaj-api</artifactId>
 			<version>1.3</version>
-			<scope>runtime</scope>
 			<optional>true</optional>
 			<exclusions>
 				<exclusion>
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@ commons-codec-Base64.patch
exclude-barcode4j-and-barbecue.patch
no-commons-javaflow.patch
apache-poi-4.0.patch
fix-pom.patch