Skip to content

Commit

Permalink
Ban grizzly and jersey's test-framework from being used, except as te…
Browse files Browse the repository at this point in the history
…st dependencies
  • Loading branch information
cbeer committed Sep 24, 2014
1 parent 5d11f0b commit 70de98d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -870,7 +870,13 @@
<exclude>org.slf4j:slf4j-nop</exclude>
<exclude>org.slf4j:slf4j-simple</exclude>
<exclude>org.apache.cxf</exclude>
<exclude>org.glassfish.grizzly</exclude>
<exclude>org.glassfish.jersey.test-framework.providers</exclude>
</excludes>
<includes>
<include>org.glassfish.grizzly:*:*:*:test</include>
<include>org.glassfish.jersey.test-framework.providers:*:*:*:test</include>
</includes>
</bannedDependencies>
</rules>
</configuration>
Expand Down

0 comments on commit 70de98d

Please sign in to comment.