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

revert: "feat: mark javax annotations scope as provided" #75

Merged
merged 1 commit into from Jun 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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