Skip to content

Commit

Permalink
Move Annotation API to dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
dheid committed Dec 28, 2021
1 parent 1063c5b commit af5cd5c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@
<version>1.19</version>
</dependency>

<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand All @@ -138,6 +132,11 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit af5cd5c

Please sign in to comment.