Skip to content

Commit

Permalink
return guava dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Apr 4, 2023
1 parent 43ba506 commit c6ef106
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

<httpclient.version>4.5.13</httpclient.version>
<spring.version>5.3.19</spring.version>
<guava.version>31.1-jre</guava.version>
<jackson.version>2.14.1</jackson.version>
<testng.version>7.7.1</testng.version>

Expand Down Expand Up @@ -121,6 +122,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Expand Down

0 comments on commit c6ef106

Please sign in to comment.