Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl authored Aug 28, 2023
1 parent 1b4072e commit 6b7e177
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions petstore/petstoreapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
Expand Down

0 comments on commit 6b7e177

Please sign in to comment.