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

Updated to use new parent pom and updated kernel dependency to 2.4.3 for the new interface.

parent ff6017d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@
<parent>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId>
<version>1.0.3</version>
<artifactId>pom-icy</artifactId>
<version>2.1.2</version>
</parent>
<artifactId>jython</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<packaging>jar</packaging>
......@@ -21,6 +21,12 @@
</description>
<dependencies>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>icy-kernel</artifactId>
<version>2.4.3</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>ezplug</artifactId>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment