Skip to content
Snippets Groups Projects
Commit 10c3044a authored by Amandine  TOURNAY's avatar Amandine TOURNAY
Browse files

Upgraded POM to latest version

parent 09b12404
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
<!-- Inherited Icy Parent POM --> <!-- Inherited Icy Parent POM -->
<parent> <parent>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <version>2.0.0</version>
<version>1.0.3</version> </parent>
</parent>
<!-- Project Information --> <!-- Project Information -->
<artifactId>msd-track-processor</artifactId> <artifactId>msd-track-processor</artifactId>
...@@ -58,10 +58,14 @@ ...@@ -58,10 +58,14 @@
</properties> </properties>
<!-- Project build configuration --> <profiles>
<build> <profile>
<id>icy-plugin</id>
</build> <activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<!-- List of project's dependencies --> <!-- List of project's dependencies -->
<dependencies> <dependencies>
...@@ -69,24 +73,37 @@ ...@@ -69,24 +73,37 @@
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId> <artifactId>icy-kernel</artifactId>
<version>${icy-kernel.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>jfreechart</artifactId> <artifactId>jfreechart</artifactId>
<version>1.5.3</version> <version>${jfreechart.version}</version>
</dependency> </dependency>
<dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
<artifactId>jxl</artifactId>
<version>${jxl.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>spot-detection-utilities</artifactId> <artifactId>spot-detection-utilities</artifactId>
<version>1.1.6</version> <version>${spot-detection-utilities.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>distance-profiler</artifactId> <artifactId>distance-profiler</artifactId>
<version>1.0.0</version> <version>${distance-profiler.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>track-manager</artifactId>
<version>${track-manager.version}</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