Skip to content

Commit

Permalink
Fix OpenIMAJ driver build
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jan 12, 2015
1 parent f089c2a commit 90a4d24
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion webcam-capture-drivers/driver-openimaj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,49 @@

<name>Webcam Capture - OpenIMAJ Driver</name>
<description>Webcam Capture driver allowing you to capture images using OpenIMAJ library.</description>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>bridj</artifactId>
<version>0.6.2</version>
</dependency>
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-video-capture</artifactId>
<version>1.3</version>

<!-- webcam-capture doesn't need most of the transitive dependencies -->
<exclusions>
<exclusion>
<groupId>net.billylieurance.azuresearch</groupId>
<artifactId>azure-bing-search-java</artifactId>
</exclusion>
<exclusion>
<groupId>uk.ac.ed.ph.snuggletex</groupId>
<artifactId>snuggletex-core</artifactId>
</exclusion>
<exclusion>
<groupId>uk.ac.ed.ph.snuggletex</groupId>
<artifactId>snuggletex-upconversion</artifactId>
</exclusion>
<exclusion>
<groupId>uk.ac.ed.ph.snuggletex</groupId>
<artifactId>snuggletex-jeuclid</artifactId>
</exclusion>
<exclusion>
<groupId>com.aetrion.flickr</groupId>
<artifactId>flickrapi</artifactId>
</exclusion>
<exclusion>
<groupId>vigna.dsi.unimi.it</groupId>
<artifactId>jal</artifactId>
</exclusion>
<exclusion>
<groupId>jama</groupId>
<artifactId>jama</artifactId>
Expand Down

0 comments on commit 90a4d24

Please sign in to comment.