Skip to content

Commit ec1cc5c

Browse files
committed
Add SCIFIO dep for opening images more easily
1 parent cca82cd commit ec1cc5c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,15 @@
131131
<groupId>net.imagej</groupId>
132132
<artifactId>imagej-common</artifactId>
133133
</dependency>
134+
<dependency>
135+
<groupId>net.imagej</groupId>
136+
<artifactId>imagej-ui-swing</artifactId>
137+
</dependency>
138+
<!-- SCIFIO dependencies -->
139+
<dependency>
140+
<groupId>io.scif</groupId>
141+
<artifactId>scifio</artifactId>
142+
</dependency>
134143

135144
<!-- Test dependencies -->
136145
<dependency>

0 commit comments

Comments
 (0)