diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml index 290648e73b848559d9835ebe2e5f9fdc658924ab..21819a78d58ca4ba71a750b09a7979e4cdc3cc80 100644 --- a/haas-imagej-client/pom.xml +++ b/haas-imagej-client/pom.xml @@ -80,6 +80,11 @@ <groupId>net.imagej</groupId> <artifactId>imagej</artifactId> </dependency> + <!-- https://mvnrepository.com/artifact/net.imagej/imagej-legacy --> + <dependency> + <groupId>net.imagej</groupId> + <artifactId>imagej-legacy</artifactId> + </dependency> <dependency> <groupId>cz.it4i.fiji</groupId> <artifactId>haas-java-client</artifactId>