Skip to content

Commit

Permalink
Add excludes to maven enforcer configuration
Browse files Browse the repository at this point in the history
com.headius:invokebinder is a conflicting JRuby dependency
com.sun:tools is a conflicting IJ1 dependency
  • Loading branch information
hinerm committed Nov 4, 2014
1 parent cc53a9c commit 0b45545
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -759,6 +759,10 @@ Projects wishing to use pom-scijava as a parent project need to override the &lt
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>${scijava.jvm.version}</maxJdkVersion>
<excludes>
<exclude>com.headius:invokebinder</exclude>
<exclude>com.sun:tools</exclude>
</excludes>
</enforceBytecodeVersion>
<banCircularDependencies />
</rules>
Expand Down

0 comments on commit 0b45545

Please sign in to comment.