Skip to content

Commit

Permalink
"Fix" circular test dependency. Thanks @imagejan for this solution!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Jan 9, 2019
1 parent 5eb9114 commit e9e97ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,12 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
<groupId>sc.fiji</groupId>
<artifactId>bigdataviewer-vistools</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>net.imglib2</groupId>
<artifactId>imglib2-roi</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit e9e97ca

Please sign in to comment.