Skip to content

Commit 5f2a656

Browse files
committed
Adjust pom.xml
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f09bc20 commit 5f2a656

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<modelVersion>4.0.0</modelVersion>
77

88
<parent>
9-
<groupId>sc.fiji</groupId>
10-
<artifactId>pom-ffmpeg-io</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<groupId>org.scijava</groupId>
10+
<artifactId>pom-scijava</artifactId>
11+
<version>1.44</version>
1212
</parent>
1313

14-
<artifactId>FFMPEG_IO</artifactId>
14+
<artifactId>scifio-javacv</artifactId>
1515

1616
<name>javacv-based I/O for SCIFIO</name>
1717
<description>javacv is a great library wrapping LibAV (formerly known as FFMPEG) to read and write movies. This plugin uses javacv to access that library via SCIFIO.</description>
@@ -22,11 +22,6 @@
2222
<artifactId>javacv</artifactId>
2323
<version>0.5</version>
2424
</dependency>
25-
<dependency>
26-
<groupId>net.imagej</groupId>
27-
<artifactId>ij</artifactId>
28-
<version>${imagej1.version}</version>
29-
</dependency>
3025
<dependency>
3126
<groupId>junit</groupId>
3227
<artifactId>junit</artifactId>
@@ -36,9 +31,14 @@
3631
</dependencies>
3732

3833
<repositories>
34+
<repository>
35+
<id>imagej.releases</id>
36+
<url>http://maven.imagej.net/content/repositories/releases</url>
37+
</repository>
38+
3939
<repository>
4040
<id>javacv</id>
41-
<url>http://maven2.javacv.googlecode.com/git/</url>
41+
<url>http://maven2.javacv.googlecode.com/git</url>
4242
</repository>
4343
</repositories>
4444

0 commit comments

Comments
 (0)