Skip to content

Commit

Permalink
Remove Android JARs while it's not supported, bump up BridJ version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jun 21, 2013
1 parent 69401f0 commit 2e2c6d1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions webcam-capture/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<name>Webcam Capture</name>
<description>This library allows you to use your PC webcam, IP or network cameras directly from Java. It's compatible with most operating systems (Windows, Linux, MacOS).</description>

<!-- remove when BridJ v0.6.3 is released -->
<!-- remove when BridJ v0.7 is released -->
<repositories>
<repository>
<id>sonatype</id>
Expand All @@ -27,7 +27,13 @@
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>bridj</artifactId>
<version>0.6.3-SNAPSHOT</version>
<version>0.7-SNAPSHOT</version>
<exclusions>
<exclusion>
<artifactId>dx</artifactId>
<groupId>com.google.android.tools</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 2e2c6d1

Please sign in to comment.