Skip to content

Commit

Permalink
Remove explicit dependency on jcip-annotations (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 3, 2022
1 parent 994fd6b commit d76e635
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@
<scope>provided</scope>
</dependency>

<!-- static analysis -->
<dependency>
<groupId>net.jcip</groupId>
<artifactId>jcip-annotations</artifactId>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<!-- for JRE requirement check annotation -->
<dependency>
<!-- no need to have this at runtime -->
Expand Down

0 comments on commit d76e635

Please sign in to comment.