From de1decf06fa402d73b3d15a683bcba860feca5c6 Mon Sep 17 00:00:00 2001 From: Stefan Hahmann Date: Thu, 26 Oct 2023 12:31:07 +0200 Subject: [PATCH] Add imagej legacy as a dependency with test scope * This is needed to run the StartImageJ class in this plugin * The dependency had been removed from Mastodon core project --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index ec2351983..75c05a1b4 100644 --- a/pom.xml +++ b/pom.xml @@ -125,6 +125,13 @@ junit test + + + + net.imagej + imagej-legacy + test +