Skip to content

Commit

Permalink
Fix Maven repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Sep 23, 2014
1 parent f4c4a12 commit 38b619e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
17 changes: 1 addition & 16 deletions webcam-capture-drivers/driver-openimaj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@
<name>Webcam Capture - OpenIMAJ Driver</name>
<description>Webcam Capture driver allowing you to capture images using OpenIMAJ library.</description>

<repositories>
<repository>
<id>sarxos-repo</id>
<url>http://repo.sarxos.pl/maven2</url>
</repository>
<repository>
<id>OpenIMAJ maven repository</id>
<url>http://maven.openimaj.org/</url>
</repository>
<repository>
<id>OpenIMAJ snapshots maven repository</id>
<url>http://snapshots.openimaj.org</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand All @@ -38,7 +23,7 @@
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-video-capture</artifactId>
<version>1.1</version>
<version>1.3</version>
<exclusions>
<!-- webcam-capture doesn't need most of the transitive dependencies -->
<exclusion>
Expand Down
8 changes: 4 additions & 4 deletions webcam-capture-drivers/driver-v4l4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

<repositories>
<repository>
<id>sarxos-maven-repo</id>
<name>Sarxos Maven Repository</name>
<url>http://repo.sarxos.pl/maven2</url>
<id>maven-v4l4j-github-repo</id>
<name>Maven Repository on github</name>
<url>https://raw.githubusercontent.com/sarxos/v4l4j-wc/master/maven2</url>
</repository>
</repositories>

Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>au.edu.jcu</groupId>
<artifactId>v4l4j</artifactId>
<version>0.9-WC</version>
<version>0.9.1-WC</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 38b619e

Please sign in to comment.