Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Should be blocked by deny-group check.
  • Loading branch information
AlexWilson-GIS authored Feb 27, 2024
1 parent eb65890 commit 1a27fb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions my-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
</properties>

<dependencies>
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down

0 comments on commit 1a27fb7

Please sign in to comment.