Skip to content

Commit

Permalink
add guava to java core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Mar 14, 2024
1 parent af2302a commit 4e80a53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 4e80a53

Please sign in to comment.