Skip to content

Commit

Permalink
Add missing repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 13, 2012
1 parent aa6cfc0 commit a62a60e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions webcam-capture-driver-civil/pom.xml
Expand Up @@ -12,6 +12,13 @@
<name>Webcam Capture - LTI CIVIL Data Source</name>
<description>This is LTI Civil implementation of webcam data source. It allows you to capture webcam media without JMF installed.</description>

<repositories>
<repository>
<id>sarxos-repo</id>
<url>http://repo.sarxos/pl/maven2</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down
7 changes: 7 additions & 0 deletions webcam-capture-driver-jmf/pom.xml
Expand Up @@ -12,6 +12,13 @@
<name>Webcam Capture - JMF Data Source</name>
<description>This is JMF implementation of webcam data source. It allows you to capture webcam media with JMF or FMJ installed.</description>

<repositories>
<repository>
<id>sarxos-repo</id>
<url>http://repo.sarxos/pl/maven2</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
Expand Down
4 changes: 4 additions & 0 deletions webcam-capture-driver-openimaj/pom.xml
Expand Up @@ -13,6 +13,10 @@
<description>Webcam Capture data source using OpenIMAJ libraries</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>
Expand Down

0 comments on commit a62a60e

Please sign in to comment.