From 14c6d5b04dcd940a620f23f3d852325dfe8b3966 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Fri, 18 Nov 2022 14:12:54 +0100 Subject: [PATCH] Updated to use new parent pom and updated kernel dependency to 2.4.3 for the new interface. --- pom.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1c8d706c..6b070f19 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- GitLab