Skip to content
Snippets Groups Projects
Commit 1d5fd25f authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

updated and cleaned up the POM file

parent 23ef92b0
No related branches found
No related tags found
No related merge requests found
...@@ -5,67 +5,55 @@ ...@@ -5,67 +5,55 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <version>2.1.0</version>
<version>1.0.5</version>
</parent> </parent>
<!-- <parent> -->
<!-- <groupId>org.bioimageanalysis.icy</groupId> -->
<!-- <artifactId>parent-pom-plugin</artifactId> -->
<!-- <version>1.0.5</version> -->
<!-- </parent> -->
<artifactId>active-contours</artifactId> <artifactId>active-contours</artifactId>
<version>4.4.12</version> <version>4.4.12</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Actve Contours</name> <name>Active Contours</name>
<description> <description>
Automatically segment the boundary of a nucleus or cell starting from an approximate ROI. It supports 2D and 3D processing Automatically segment the boundary of a nucleus or cell starting from an approximate ROI. It supports 2D and 3D processing
(requires a 3D starter ROI) and tracking of slowly moving cells. Ideal to study cell morphodynamics. (requires a 3D starter ROI) and tracking of slowly moving cells. Ideal to study cell morphodynamics.
</description> </description>
<dependencies> <dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>3d-mesh-roi</artifactId> <artifactId>3d-mesh-roi</artifactId>
<version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>protocols</artifactId>
<version>3.1.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>fill-holes-in-roi</artifactId> <artifactId>fill-holes-in-roi</artifactId>
<version>1.3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>filter-toolbox</artifactId> <artifactId>filter-toolbox</artifactId>
<version>4.3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>hk-means</artifactId> <artifactId>hk-means</artifactId>
<version>2.9.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>track-manager</artifactId> <artifactId>track-manager</artifactId>
<version>1.4.6</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>java3d</artifactId> <artifactId>java3d</artifactId>
<version>1.6.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jfree</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>jfreechart</artifactId> <artifactId>jfreechart</artifactId>
<version>1.5.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment