Skip to content

Commit 864d812

Browse files
gselzerwiedenm
authored andcommitted
TEMP: POM: add needed dependencies for ImageJ Ops
1 parent 9b2c0b4 commit 864d812

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

pom.xml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,5 +130,43 @@
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>

0 commit comments

Comments
 (0)