Skip to content

Commit 0014fd1

Browse files
committed
Re-Added missing ecj
Fix #12
1 parent 59d704f commit 0014fd1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.3
2+
* Re-Added ``ecj`` dependency #12
3+
14
# 1.0.2
25
* Removed unused Jasperreports dependencies
36

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,12 @@
9191
<artifactId>jasperreports</artifactId>
9292
<version>6.20.5</version>
9393
<exclusions>
94-
<!-- Compiler is not needed -->
95-
<exclusion>
96-
<groupId>org.eclipse.jdt</groupId>
97-
<artifactId>ecj</artifactId>
98-
</exclusion>
9994
<!-- Charts are not needed -->
10095
<exclusion>
10196
<groupId>org.jfree</groupId>
10297
<artifactId>*</artifactId>
10398
</exclusion>
99+
<!-- Do not exclude ECJ, because it's required indirectly #12 -->
104100
</exclusions>
105101
</dependency>
106102
<!-- Use for validation and minor shorthand methods -->

0 commit comments

Comments
 (0)