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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@
162162
<groupId>javax.annotation</groupId>
163163
<artifactId>javax.annotation-api</artifactId>
164164
<version>${javax.annotations.version}</version>
165+
<!-- Marking the scope as provided since retention=SOURCE
166+
https://docs.oracle.com/javase/7/docs/api/javax/annotation/Generated.html
167+
-->
168+
<scope>provided</scope>
165169
</dependency>
166170
<dependency>
167171
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)