Skip to content

Commit

Permalink
Add provided javax.annotation dependency
Browse files Browse the repository at this point in the history
Resolve the upper bounds error message from upgrade to most recent
parent pom
  • Loading branch information
MarkEWaite authored and dependabot[bot] committed Dec 22, 2021
1 parent 3c220eb commit 11b6605
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 @@ -168,6 +168,12 @@
<artifactId>credentials</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
<scope>provided</scope>
</dependency>
</dependencies>

<repositories>
Expand Down

0 comments on commit 11b6605

Please sign in to comment.