File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments