Skip to content

Commit

Permalink
Manage newer version of Guava required for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 30, 2023
1 parent 35821ed commit aac75c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@
<artifactId>plexus-testing</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>org.eclipse.sisu</groupId>
<artifactId>org.eclipse.sisu.plexus</artifactId>
Expand Down

0 comments on commit aac75c2

Please sign in to comment.