Skip to content

Commit ce803e0

Browse files
committed
driver-opencv/pom.xml: remove org.bytedeco:videoinput exclusion
This fixes the Github Actions build. This is a cherry-pick of sarxos#892
1 parent fdfcaea commit ce803e0

File tree

1 file changed

+0
-4
lines changed
  • webcam-capture-drivers/driver-opencv

1 file changed

+0
-4
lines changed

webcam-capture-drivers/driver-opencv/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<groupId>org.bytedeco</groupId>
4141
<artifactId>libdc1394</artifactId>
4242
</exclusion>
43-
<exclusion>
44-
<groupId>org.bytedeco</groupId>
45-
<artifactId>videoinput</artifactId>
46-
</exclusion>
4743
<exclusion>
4844
<groupId>org.bytedeco</groupId>
4945
<artifactId>openblas</artifactId>

0 commit comments

Comments
 (0)