Skip to content

Commit

Permalink
Fix POMs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 23, 2012
1 parent 55ab767 commit c329fba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -24,6 +24,11 @@
</properties>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${version}-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions webcam-capture-driver-civil/pom.xml
Expand Up @@ -20,11 +20,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.lti-civil</groupId>
<artifactId>lti-civil-no-swt</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions webcam-capture-driver-jmf/pom.xml
Expand Up @@ -20,11 +20,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>javax.media</groupId>
<artifactId>jmf</artifactId>
Expand Down
5 changes: 0 additions & 5 deletions webcam-capture-driver-openimaj/pom.xml
Expand Up @@ -32,11 +32,6 @@
</repositories>

<dependencies>
<dependency>
<groupId>com.github.sarxos</groupId>
<artifactId>webcam-capture</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openimaj</groupId>
<artifactId>core-video-capture</artifactId>
Expand Down

0 comments on commit c329fba

Please sign in to comment.