Skip to content

Commit

Permalink
Fix Enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored and renovate[bot] committed Aug 7, 2024
1 parent d04f4f5 commit f75d778
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@
</exclusion>
<!-- Provided by Jenkins core -->
<exclusion>
<groupId>jfree</groupId>
<groupId>org.jfree</groupId>
<artifactId>jcommon</artifactId>
</exclusion>
<exclusion>
<groupId>org.jfree</groupId>
<artifactId>jfreechart</artifactId>
</exclusion>
</exclusions>
Expand Down

0 comments on commit f75d778

Please sign in to comment.