Skip to content

Commit

Permalink
added exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jun 12, 2021
1 parent c4fd527 commit fd6d66b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
<dependency>
<groupId>net.haesleinhuepf</groupId>
<artifactId>clij2_</artifactId>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>edu.mines</groupId>
<artifactId>mines-jtk</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.sbridges.object-inspector</groupId>
<artifactId>object-inspector</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit fd6d66b

Please sign in to comment.