Skip to content

Commit 5704a60

Browse files
committed
Prune SciJava Ops OpenCV dependencies
1 parent dba0dd7 commit 5704a60

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

scijava-ops-opencv/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -124,22 +124,8 @@
124124
<groupId>org.bytedeco</groupId>
125125
<artifactId>opencv</artifactId>
126126
</dependency>
127-
<dependency>
128-
<groupId>org.bytedeco</groupId>
129-
<artifactId>javacpp</artifactId>
130-
</dependency>
131127

132128
<!-- OpenCV runtime native dependencies -->
133-
<dependency>
134-
<groupId>org.bytedeco</groupId>
135-
<artifactId>openblas</artifactId>
136-
</dependency>
137-
<dependency>
138-
<groupId>org.bytedeco</groupId>
139-
<artifactId>openblas</artifactId>
140-
<scope>runtime</scope>
141-
<classifier>${scijava.natives.classifier.opencv}</classifier>
142-
</dependency>
143129
<dependency>
144130
<groupId>org.bytedeco</groupId>
145131
<artifactId>opencv</artifactId>
@@ -163,11 +149,6 @@
163149
<artifactId>junit-jupiter-api</artifactId>
164150
<scope>test</scope>
165151
</dependency>
166-
<dependency>
167-
<groupId>org.junit.jupiter</groupId>
168-
<artifactId>junit-jupiter-engine</artifactId>
169-
<scope>test</scope>
170-
</dependency>
171152
<dependency>
172153
<groupId>org.scijava</groupId>
173154
<artifactId>scijava-ops-api</artifactId>

0 commit comments

Comments
 (0)