File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
dynamicreports-core-for-grid-exporter Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 1.0.3
2
+ * Re-Added `` ecj `` dependency #12
3
+
1
4
# 1.0.2
2
5
* Removed unused Jasperreports dependencies
3
6
Original file line number Diff line number Diff line change 91
91
<artifactId >jasperreports</artifactId >
92
92
<version >6.20.5</version >
93
93
<exclusions >
94
- <!-- Compiler is not needed -->
95
- <exclusion >
96
- <groupId >org.eclipse.jdt</groupId >
97
- <artifactId >ecj</artifactId >
98
- </exclusion >
99
94
<!-- Charts are not needed -->
100
95
<exclusion >
101
96
<groupId >org.jfree</groupId >
102
97
<artifactId >*</artifactId >
103
98
</exclusion >
99
+ <!-- Do not exclude ECJ, because it's required indirectly #12 -->
104
100
</exclusions >
105
101
</dependency >
106
102
<!-- Use for validation and minor shorthand methods -->
You can’t perform that action at this time.
0 commit comments