Skip to content

Commit

Permalink
Fix FindBugs errors #958
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Sep 8, 2021
1 parent 64bc175 commit 5ccaa11
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ SOFTWARE.
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-http</artifactId>
Expand Down Expand Up @@ -150,6 +154,12 @@ SOFTWARE.
<version>2.0</version>
<scope>compile</scope>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.jcabi.incubator</groupId>
Expand Down Expand Up @@ -223,6 +233,12 @@ SOFTWARE.
<artifactId>javax.el-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
Expand Down

0 comments on commit 5ccaa11

Please sign in to comment.