File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
fineract-provider/src/main/java/org/apache/fineract/infrastructure/dataqueries/service Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ dependencyManagement {
6464 exclude ' javax.activation:activation'
6565 }
6666 dependency ' commons-io:commons-io:2.18.0'
67- dependency ' com.github.librepdf:openpdf:2 .0.3 '
67+ dependency ' com.github.librepdf:openpdf:3 .0.0 '
6868 dependency (' org.mnode.ical4j:ical4j:3.2.19' ) {
6969 exclude ' com.sun.mail:javax.mail'
7070 exclude ' org.codehaus.groovy:groovy'
Original file line number Diff line number Diff line change 1818 */
1919package org .apache .fineract .infrastructure .dataqueries .service ;
2020
21- import com .lowagie .text .Document ;
22- import com .lowagie .text .PageSize ;
23- import com .lowagie .text .pdf .PdfPTable ;
24- import com .lowagie .text .pdf .PdfWriter ;
2521import jakarta .ws .rs .core .StreamingOutput ;
2622import java .io .ByteArrayOutputStream ;
2723import java .io .File ;
6157import org .apache .fineract .infrastructure .security .service .SqlInjectionPreventerService ;
6258import org .apache .fineract .infrastructure .security .utils .LogParameterEscapeUtil ;
6359import org .apache .fineract .useradministration .domain .AppUser ;
60+ import org .openpdf .text .Document ;
61+ import org .openpdf .text .PageSize ;
62+ import org .openpdf .text .pdf .PdfPTable ;
63+ import org .openpdf .text .pdf .PdfWriter ;
6464import org .springframework .jdbc .core .JdbcTemplate ;
6565import org .springframework .jdbc .core .RowMapper ;
6666import org .springframework .jdbc .support .rowset .SqlRowSet ;
You can’t perform that action at this time.
0 commit comments