Skip to content

Commit bcf09f1

Browse files
committed
Add wcm.io Spotbugs Annotations and JetBrains Nullability Annotations.
1 parent 8ece94c commit bcf09f1

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

parent_toplevel/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<action type="update" dev="sseifert">
3434
Update dependencies.
3535
</action>
36+
<action type="update" dev="sseifert">
37+
Add wcm.io Spotbugs Annotations and JetBrains Nullability Annotations.
38+
</action>
3639
</release>
3740

3841
<release version="1.1.6" date="2019-06-26">

parent_toplevel/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@
9292
</properties>
9393

9494
<dependencies>
95+
96+
<!-- Recommended global dependency for nullability annotations -->
97+
<dependency>
98+
<groupId>org.jetbrains</groupId>
99+
<artifactId>annotations</artifactId>
100+
<scope>provided</scope>
101+
</dependency>
102+
103+
<!-- Spotbugs annotations -->
104+
<dependency>
105+
<groupId>io.wcm.tooling.spotbugs</groupId>
106+
<artifactId>io.wcm.tooling.spotbugs.annotations</artifactId>
107+
<scope>provided</scope>
108+
</dependency>
95109

96110
<!-- Testing -->
97111
<dependency>

0 commit comments

Comments
 (0)