Skip to content

Commit

Permalink
guava version in jakarta maven plugin - refs #3840
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Feb 22, 2021
1 parent 1818c9a commit 8921a24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,13 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${guava-version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
Expand Down

0 comments on commit 8921a24

Please sign in to comment.