diff --git a/pom.xml b/pom.xml
index 3f9be498334cc8f15837ea476b8626d7d9e93201..81a3b8470392d663d725ad3511186fc750d30669 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,13 +1,13 @@
 <?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>
         <artifactId>pom-icy</artifactId>
         <groupId>org.bioimageanalysis.icy</groupId>
-        <version>1.0.6</version>
+        <version>1.0.8</version>
     </parent>
 
     <artifactId>quickhull</artifactId>
@@ -22,9 +22,17 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.vecmath</groupId>
+            <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>vecmath</artifactId>
-            <version>1.5.2</version>
+            <version>1.6.1</version>
         </dependency>
     </dependencies>
+
+    <repositories>
+        <repository>
+            <id>icy</id>
+            <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
+        </repository>
+    </repositories>
+
 </project>
\ No newline at end of file