File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
webcam-capture-drivers/driver-openimaj Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 1313
1414 <name >Webcam Capture - OpenIMAJ Driver</name >
1515 <description >Webcam Capture driver allowing you to capture images using OpenIMAJ library.</description >
16-
16+
1717 <dependencies >
1818 <dependency >
1919 <groupId >com.github.sarxos</groupId >
2020 <artifactId >webcam-capture</artifactId >
2121 <version >${project.version} </version >
2222 </dependency >
23+ <dependency >
24+ <groupId >com.nativelibs4java</groupId >
25+ <artifactId >bridj</artifactId >
26+ <version >0.6.2</version >
27+ </dependency >
2328 <dependency >
2429 <groupId >org.openimaj</groupId >
2530 <artifactId >core-video-capture</artifactId >
2631 <version >1.3</version >
2732
2833 <!-- webcam-capture doesn't need most of the transitive dependencies -->
2934 <exclusions >
35+ <exclusion >
36+ <groupId >net.billylieurance.azuresearch</groupId >
37+ <artifactId >azure-bing-search-java</artifactId >
38+ </exclusion >
39+ <exclusion >
40+ <groupId >uk.ac.ed.ph.snuggletex</groupId >
41+ <artifactId >snuggletex-core</artifactId >
42+ </exclusion >
43+ <exclusion >
44+ <groupId >uk.ac.ed.ph.snuggletex</groupId >
45+ <artifactId >snuggletex-upconversion</artifactId >
46+ </exclusion >
47+ <exclusion >
48+ <groupId >uk.ac.ed.ph.snuggletex</groupId >
49+ <artifactId >snuggletex-jeuclid</artifactId >
50+ </exclusion >
51+ <exclusion >
52+ <groupId >com.aetrion.flickr</groupId >
53+ <artifactId >flickrapi</artifactId >
54+ </exclusion >
55+ <exclusion >
56+ <groupId >vigna.dsi.unimi.it</groupId >
57+ <artifactId >jal</artifactId >
58+ </exclusion >
3059 <exclusion >
3160 <groupId >jama</groupId >
3261 <artifactId >jama</artifactId >
You can’t perform that action at this time.
0 commit comments