From 8e316946d3dc40751a3718f0b735c80a34a497f6 Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Fri, 3 Dec 2021 11:08:26 +0100 Subject: [PATCH] Fixed dependency (depends on icy javaCL which include the ochafik-util) --- pom.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index a98a9c9..a27d8af 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -31,14 +31,16 @@ <artifactId>javadocparser</artifactId> <version>${javadocparser.version}</version> </dependency> + <!-- javacl also include ochafik-util classes required by Protocols --> <dependency> - <groupId>com.nativelibs4java</groupId> - <artifactId>ochafik-util</artifactId> - <version>0.12</version> + <groupId>org.bioimageanalysis.icy</groupId> + <artifactId>javacl</artifactId> + <version>1.0.6</version> + <type>pom</type> </dependency> </dependencies> - - <repositories> + + <repositories> <repository> <id>icy</id> <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> -- GitLab