Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
</exclusion>
</exclusions>
</dependency>
<!--
JasperReports 7 modularised PDF export out of the core jar into this
separate extension. Without it JasperExportManager.exportReportToPdf
fails at runtime with "Missing JasperReports PDF Extension
(jasperreports-pdf-x.x.x.jar)". Required by
ComparativeBenchmark#benchmarkJasper.
-->
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-pdf</artifactId>
<version>${jasperreports.version}</version>
</dependency>

<!-- Test scope for the two utility @Test classes that ship with the harness. -->
<dependency>
Expand Down