Skip to content

Commit

Permalink
Add guava to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPeck committed Jan 19, 2024
1 parent 1a1fed5 commit 8d6572c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pic-sure-auth-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@
<artifactId>javax.mail-api</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.0.0-jre</version>
</dependency>

<!-- swagger -->
<dependency>
Expand Down

0 comments on commit 8d6572c

Please sign in to comment.