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

Commit

Permalink
feat: mark javax annotations scope as provided (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jun 9, 2020
1 parent ccf2310 commit 7bc7057
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -162,6 +162,10 @@
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>${javax.annotations.version}</version>
<!-- Marking the scope as provided since retention=SOURCE
https://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html
-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 7bc7057

Please sign in to comment.