diff --git a/pom.xml b/pom.xml
index a98a9c9d8ad97df780d2139dc22b5ca26936aa5b..a27d8af94de402d48febf0f56e86d39a9c2f9bb4 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>