From 57ebbc196cf1d4e7917faff20f08204ad23a4d10 Mon Sep 17 00:00:00 2001
From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr>
Date: Tue, 20 Sep 2022 16:54:54 +0200
Subject: [PATCH] re-added dependency version (to avoid eclipse complaining)

---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6a23927..fb1299e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@
 		<dependency>
 			<groupId>org.bioimageanalysis.icy</groupId>
 			<artifactId>icy-kernel</artifactId>
+			<version>2.1.0</version>
 		</dependency>
 
 		<!-- The EzPlug library, simplifies writing UI for Icy plugins. -->
-- 
GitLab