File tree 1 file changed +18
-14
lines changed
1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 119
119
<scope >provided</scope >
120
120
<exclusions >
121
121
<exclusion >
122
- <groupId >javax.inject</groupId >
123
- <artifactId >javax.inject</artifactId >
122
+ <groupId >javax.inject</groupId >
123
+ <artifactId >javax.inject</artifactId >
124
+ </exclusion >
125
+ <exclusion >
126
+ <groupId >com.google.code.findbugs</groupId >
127
+ <artifactId >jsr305</artifactId >
124
128
</exclusion >
125
129
</exclusions >
126
130
</dependency >
146
150
| Optional dependencies
147
151
-->
148
152
<dependency >
149
- <groupId >com.google.code.findbugs </groupId >
150
- <artifactId >jsr305 </artifactId >
151
- <version >3.0 .2</version >
152
- <optional >true</ optional >
153
+ <groupId >com.github.spotbugs </groupId >
154
+ <artifactId >spotbugs-annotations </artifactId >
155
+ <version >4.4 .2</version >
156
+ <scope >compile</ scope >
153
157
</dependency >
154
158
155
159
<dependency >
165
169
<version >1.2.8</version >
166
170
<optional >true</optional >
167
171
<exclusions >
168
- <exclusion >
169
- <groupId >javax.annotation</groupId >
170
- <artifactId >javax.annotation-api</artifactId >
171
- </exclusion >
172
+ <exclusion >
173
+ <groupId >javax.annotation</groupId >
174
+ <artifactId >javax.annotation-api</artifactId >
175
+ </exclusion >
172
176
</exclusions >
173
177
</dependency >
174
178
<dependency >
307
311
<version >9.0.54</version >
308
312
<scope >test</scope >
309
313
<exclusions >
310
- <exclusion >
311
- <groupId >org.apache.tomcat</groupId >
312
- <artifactId >tomcat-annotations-api</artifactId >
313
- </exclusion >
314
+ <exclusion >
315
+ <groupId >org.apache.tomcat</groupId >
316
+ <artifactId >tomcat-annotations-api</artifactId >
317
+ </exclusion >
314
318
</exclusions >
315
319
</dependency >
316
320
You can’t perform that action at this time.
0 commit comments