Skip to content

Commit

Permalink
Fix #166: Add JasperReports Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Nov 11, 2024
1 parent d6df430 commit ed18a07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ void runtimeInitializedClasses(CombinedIndexBuildItem combinedIndex,
"javax.swing.text.rtf",
"sun.datatransfer",
"sun.swing",
"sun.lwawt.LWWindowPeer",
net.sf.jasperreports.components.headertoolbar.HeaderToolbarElement.class.getPackageName(),
net.sf.jasperreports.components.iconlabel.IconLabelElement.class.getPackageName(),
net.sf.jasperreports.components.list.UnusedSpaceImageRenderer.class.getName(),
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
<artifactId>jasperreports-charts</artifactId>
<version>${version.jasperreports}</version>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-functions</artifactId>
<version>${version.jasperreports}</version>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-jdt</artifactId>
Expand Down
10 changes: 10 additions & 0 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-functions</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-jdt</artifactId>
Expand Down

0 comments on commit ed18a07

Please sign in to comment.