Skip to content

Commit 9d1344e

Browse files
hinermelevans
authored andcommitted
opencv-ops: make imagej-opencv a runtime dep
Because our op.yaml exposes methods from imagej-opencv it is not just test scope.
1 parent 9206baa commit 9d1344e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scijava-ops-opencv/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@
151151
<scope>runtime</scope>
152152
</dependency>
153153

154-
<!-- Test scope dependencies -->
154+
<!-- Runtime dependencies for wrapped ops -->
155155
<dependency>
156156
<groupId>net.imagej</groupId>
157157
<artifactId>imagej-opencv</artifactId>
158-
<scope>test</scope>
158+
<scope>runtime</scope>
159159
</dependency>
160+
161+
<!-- Test scope dependencies -->
160162
<dependency>
161163
<groupId>net.imglib2</groupId>
162164
<artifactId>imglib2</artifactId>

0 commit comments

Comments
 (0)