Skip to content

Commit

Permalink
Exclude unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Apr 8, 2021
1 parent b3418f9 commit 74806ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -107,6 +113,12 @@
<artifactId>greenmail</artifactId>
<version>1.5.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 74806ab

Please sign in to comment.