Skip to content

Commit

Permalink
[pom] Reworking deps, most likely issues are related to optional on j…
Browse files Browse the repository at this point in the history
…avadoc
  • Loading branch information
hazendaz committed Oct 27, 2021
1 parent 3e10e3f commit 94df046
Showing 1 changed file with 18 additions and 14 deletions.
32 changes: 18 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,12 @@
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -146,10 +150,10 @@
| Optional dependencies
-->
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
<optional>true</optional>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.4.2</version>
<scope>compile</scope>
</dependency>

<dependency>
Expand All @@ -165,10 +169,10 @@
<version>1.2.8</version>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -307,10 +311,10 @@
<version>9.0.54</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 94df046

Please sign in to comment.