Skip to content

Commit d401756

Browse files
committed
Dependencies: scijava and imagej-legacy
1 parent 779c9a8 commit d401756

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,25 +99,29 @@
9999

100100
<dependencies>
101101
<!-- include fiji -->
102+
<!--
102103
<dependency>
103104
<groupId>sc.fiji</groupId>
104105
<artifactId>fiji</artifactId>
105106
<scope>test</scope>
106107
<exclusions>
107-
<!-- Fiji Is Just ImageJ! -->
108108
<exclusion>
109109
<groupId>net.imagej</groupId>
110110
<artifactId>imagej-legacy</artifactId>
111111
</exclusion>
112112
</exclusions>
113113
</dependency>
114-
<!-- only scijava-common -->
115-
<!--
114+
-->
115+
<!-- scijava-common -->
116116
<dependency>
117117
<groupId>org.scijava</groupId>
118118
<artifactId>scijava-common</artifactId>
119119
</dependency>
120-
-->
120+
<!-- imagej-legacy -->
121+
<dependency>
122+
<groupId>net.imagej</groupId>
123+
<artifactId>imagej-legacy</artifactId>
124+
</dependency>
121125

122126
<!-- JUnit 5 - https://junit.org/junit5/ -->
123127
<dependency>

0 commit comments

Comments
 (0)