Skip to content

Commit

Permalink
[dbs-leipzig#1256] Exclude mockito-all dependency from CAPF.
Browse files Browse the repository at this point in the history
  • Loading branch information
p-f committed May 9, 2019
1 parent 9e23b18 commit 74d4016
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
</exclusion>
<exclusion>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 74d4016

Please sign in to comment.