Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
ensure usage of latest guava version 29.0-jre (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored Sep 22, 2020
1 parent 1387f26 commit bedf6d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@
<sonar.projectKey>corona-warn-app_cwa-server_services</sonar.projectKey>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>29.0-jre</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down

0 comments on commit bedf6d0

Please sign in to comment.