diff --git a/pom.xml b/pom.xml index 1c6ebcba7bdefb07c0b8ebcb3809e1c4a7cc55ff..5397d5e6362e800e6f8a8b5e5a52c5622a2524ad 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ </parent> <artifactId>LocalZProjector</artifactId> - <version>0.0.1-SNAPSHOT</version> + <version>1.0.0</version> <name>plugins/LocalZProjector_.jar</name> <description>A Fiji tool to perform local Z projection.</description> <url>http://imagej.net/Welcome</url> @@ -62,12 +62,6 @@ </build> <dependencies> - <!-- ImageJ dependencies --> - <dependency> - <groupId>net.imagej</groupId> - <artifactId>ij</artifactId> - </dependency> - <!-- ImgLib2 dependencies --> <dependency> <groupId>net.imglib2</groupId> @@ -82,11 +76,14 @@ <artifactId>imglib2-realtransform</artifactId> </dependency> + <!-- Test dependencies --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> + + <!-- Ops dependencies --> <dependency> <groupId>net.imagej</groupId> <artifactId>imagej-ops</artifactId> @@ -99,6 +96,8 @@ <groupId>net.imagej</groupId> <artifactId>imagej-legacy</artifactId> </dependency> + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-math3</artifactId>