From 2e5f3975a2eac2d08d02f4610854f357368d7ca7 Mon Sep 17 00:00:00 2001
From: Thomas <thomas.musset@pasteur.fr>
Date: Mon, 3 Apr 2023 13:39:09 +0200
Subject: [PATCH] add ezplug dependency

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

diff --git a/pom.xml b/pom.xml
index 165f2030..3dfc0599 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,6 +25,11 @@
     </properties>
 
     <dependencies>
+        <dependency>
+            <groupId>org.bioimageanalysis.icy</groupId>
+            <artifactId>ezplug</artifactId>
+        </dependency>
+
         <dependency>
             <groupId>org.python</groupId>
             <artifactId>jython</artifactId>
-- 
GitLab