Skip to content

Commit a24842c

Browse files
committed
Readd jdt so that compilation works
1 parent 6af118f commit a24842c

File tree

1 file changed

+7
-0
lines changed
  • dynamicreports-core-for-grid-exporter

1 file changed

+7
-0
lines changed

dynamicreports-core-for-grid-exporter/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@
106106
<artifactId>jasperreports-pdf</artifactId>
107107
<version>7.0.0</version>
108108
</dependency>
109+
<!-- Required for compiling reports dynamically, see #12 -->
110+
<dependency>
111+
<groupId>net.sf.jasperreports</groupId>
112+
<artifactId>jasperreports-jdt</artifactId>
113+
<version>7.0.0</version>
114+
</dependency>
115+
109116
<!-- Use for validation and minor shorthand methods -->
110117
<dependency>
111118
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)