Skip to content

Commit 94df046

Browse files
committed
[pom] Reworking deps, most likely issues are related to optional on javadoc
1 parent 3e10e3f commit 94df046

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

pom.xml

+18-14
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,12 @@
119119
<scope>provided</scope>
120120
<exclusions>
121121
<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>
124128
</exclusion>
125129
</exclusions>
126130
</dependency>
@@ -146,10 +150,10 @@
146150
| Optional dependencies
147151
-->
148152
<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>
153157
</dependency>
154158

155159
<dependency>
@@ -165,10 +169,10 @@
165169
<version>1.2.8</version>
166170
<optional>true</optional>
167171
<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>
172176
</exclusions>
173177
</dependency>
174178
<dependency>
@@ -307,10 +311,10 @@
307311
<version>9.0.54</version>
308312
<scope>test</scope>
309313
<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>
314318
</exclusions>
315319
</dependency>
316320

0 commit comments

Comments
 (0)