Skip to content

Commit f75d778

Browse files
basilrenovate[bot]
authored andcommitted
Fix Enforcer
1 parent d04f4f5 commit f75d778

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,11 @@
202202
</exclusion>
203203
<!-- Provided by Jenkins core -->
204204
<exclusion>
205-
<groupId>jfree</groupId>
205+
<groupId>org.jfree</groupId>
206+
<artifactId>jcommon</artifactId>
207+
</exclusion>
208+
<exclusion>
209+
<groupId>org.jfree</groupId>
206210
<artifactId>jfreechart</artifactId>
207211
</exclusion>
208212
</exclusions>

0 commit comments

Comments
 (0)