Skip to content

Commit

Permalink
allow slf4j as test dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
  • Loading branch information
dguggemos committed Feb 19, 2020
1 parent bcae1b7 commit 122cae2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions protocol-adapter/pom.xml
Expand Up @@ -180,6 +180,9 @@
we don't want to have a slf4j dependency -->
<exclude>org.slf4j</exclude>
</excludes>
<includes>
<include>org.slf4j:*:*:jar:test</include>
</includes>
</bannedDependencies>
</rules>
<fail>true</fail>
Expand Down

0 comments on commit 122cae2

Please sign in to comment.