Skip to content

Commit c71609b

Browse files
committed
Add imglib2-unsafe
1 parent b77d357 commit c71609b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,9 @@
366366
<!-- ImgLib2 UI - https://github.com/imglib/imglib2-ui -->
367367
<imglib2-ui.version>2.0.0</imglib2-ui.version>
368368

369+
<!-- ImgLib2 Unsafe - https://github.com/imglib/imglib2-unsafe -->
370+
<imglib2-unsafe.version>0.2.0</imglib2-unsafe.version>
371+
369372
<!-- SCIFIO - https://github.com/scifio -->
370373

371374
<!-- SCIFIO - https://github.com/scifio/scifio -->
@@ -1408,6 +1411,13 @@
14081411
<version>${imglib2-ui.version}</version>
14091412
</dependency>
14101413

1414+
<!-- ImgLib2 Unsafe - https://github.com/imglib/imglib2-unsafe -->
1415+
<dependency>
1416+
<groupId>net.imglib2</groupId>
1417+
<artifactId>imglib2-unsafe</artifactId>
1418+
<version>${imglib2-unsafe.version}</version>
1419+
</dependency>
1420+
14111421
<!-- SCIFIO - https://github.com/scifio -->
14121422

14131423
<!-- SCIFIO - https://github.com/scifio/scifio -->
@@ -3545,6 +3555,7 @@
35453555
<imglib2-roi.version>LATEST</imglib2-roi.version>
35463556
<imglib2-script.version>LATEST</imglib2-script.version>
35473557
<imglib2-ui.version>LATEST</imglib2-ui.version>
3558+
<imglib2-unsafe.version>LATEST</imglib2-unsafe.version>
35483559
</properties>
35493560
<repositories>
35503561
<repository>

0 commit comments

Comments
 (0)