File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 130130 <artifactId >junit</artifactId >
131131 <scope >test</scope >
132132 </dependency >
133+
134+ <!-- TEMP: BEGIN DEPENDENCIES FOR imagej-ops -->
135+ <dependency >
136+ <groupId >net.imagej</groupId >
137+ <artifactId >imagej-common</artifactId >
138+ </dependency >
139+ <dependency >
140+ <groupId >net.imagej</groupId >
141+ <artifactId >imagej-ops</artifactId >
142+ </dependency >
143+ <dependency >
144+ <groupId >net.imglib2</groupId >
145+ <artifactId >imglib2</artifactId >
146+ </dependency >
147+ <dependency >
148+ <groupId >net.imglib2</groupId >
149+ <artifactId >imglib2-algorithm</artifactId >
150+ </dependency >
151+ <dependency >
152+ <groupId >org.apache.commons</groupId >
153+ <artifactId >commons-math3</artifactId >
154+ </dependency >
155+ <dependency >
156+ <groupId >org.scijava</groupId >
157+ <artifactId >junit-benchmarks</artifactId >
158+ <scope >test</scope >
159+ </dependency >
160+ <dependency >
161+ <groupId >io.scif</groupId >
162+ <artifactId >scifio</artifactId >
163+ <scope >test</scope >
164+ </dependency >
165+ <dependency >
166+ <groupId >net.imagej</groupId >
167+ <artifactId >ij</artifactId >
168+ <scope >test</scope >
169+ </dependency >
170+ <!-- TEMP: END DEPENDENCIES FOR imagej-ops -->
133171 </dependencies >
134172</project >
You can’t perform that action at this time.
0 commit comments