Skip to content

Commit 81a9d6c

Browse files
committed
Add needed dependency block for imglib2-imagej
1 parent 0230f44 commit 81a9d6c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3113,6 +3113,13 @@
31133113
<version>${net.imglib2.imglib2-ij.version}</version>
31143114
</dependency>
31153115

3116+
<!-- ImgLib2 ImageJ - https://github.com/imglib/imglib2-imagej -->
3117+
<dependency>
3118+
<groupId>net.imglib2</groupId>
3119+
<artifactId>imglib2-imagej</artifactId>
3120+
<version>${net.imglib2.imglib2-imagej.version}</version>
3121+
</dependency>
3122+
31163123
<!-- ImgLib2 ImgLyb - https://github.com/imglib/imglib2-imglyb -->
31173124
<dependency>
31183125
<groupId>net.imglib2</groupId>

0 commit comments

Comments
 (0)