Skip to content

Commit

Permalink
[TEST] Add vulnerable dep for test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau authored Jan 9, 2025
1 parent 0bbd7ea commit 99adf8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mondrian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
Expand Down

0 comments on commit 99adf8b

Please sign in to comment.