Skip to content

Commit

Permalink
Add imagej legacy as a dependency with test scope
Browse files Browse the repository at this point in the history
* This is needed to run the StartImageJ class in this plugin
* The dependency had been removed from Mastodon core project
  • Loading branch information
stefanhahmann committed Oct 26, 2023
1 parent 41b5de1 commit de1decf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<!-- include imagej-legacy at test runtime -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-legacy</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<mailingLists>
Expand Down

0 comments on commit de1decf

Please sign in to comment.