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

Commit

Permalink
Revert "feat: mark javax annotations scope as provided (#70)" (#75)
Browse files Browse the repository at this point in the history
This reverts commit 7bc7057.
  • Loading branch information
chingor13 committed Jun 13, 2020
1 parent b88e3db commit d2f23ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Expand Up @@ -162,10 +162,6 @@
<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 d2f23ec

Please sign in to comment.