File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments