Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
JosanaDH authored Dec 14, 2023
1 parent 9498352 commit ddb8f29
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion todolist-goof/todolist-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
<name>Java Goof :: Todolist Goof :: Todolist Core</name>

<dependencies>

<!--Super vulnerable Struts2-core-->
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-core</artifactId>
<version>2.5.29</version>
</dependency>


<!--spring-->
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit ddb8f29

Please sign in to comment.