From d2a5ef060550638da65cffdb5c9d01852f00e613 Mon Sep 17 00:00:00 2001 From: Amandine Tournay <amandine.tournay@pasteur.fr> Date: Tue, 9 Mar 2021 20:48:03 +0100 Subject: [PATCH] Updated POM --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b824b6e1..1c8d706c 100644 --- a/pom.xml +++ b/pom.xml @@ -25,6 +25,12 @@ <groupId>org.bioimageanalysis.icy</groupId> <artifactId>ezplug</artifactId> </dependency> + + <dependency> + <groupId>org.python</groupId> + <artifactId>jython</artifactId> + <version>2.7.2</version> + </dependency> </dependencies> <repositories> -- GitLab