Skip to content

Commit

Permalink
fix: exclude commons-io from fop (security)
Browse files Browse the repository at this point in the history
  • Loading branch information
davdarras authored and EricThuaud committed Nov 25, 2024
1 parent 90e6f14 commit 92aa9c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions queen-infra-depositproof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 92aa9c4

Please sign in to comment.