diff --git a/pom.xml b/pom.xml
index a7d089f3b02924a2bbce5cfeb5351167230da80e..019d7a0188e3868b5ebeb850b3ffc5defdb3b619 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>
@@ -10,8 +10,8 @@
         <version>1.0.5</version>
     </parent>
 
-	<artifactId>roi-statistics</artifactId>
-	<version>5.9.0</version>
+    <artifactId>roi-statistics</artifactId>
+    <version>5.10.0</version>
 
     <name>ROI Statistics</name>
     <description>
@@ -20,6 +20,11 @@
     </description>
 
     <dependencies>
+        <dependency>
+            <groupId>org.bioimageanalysis.icy</groupId>
+            <artifactId>vecmath</artifactId>
+            <version>1.6.1</version>
+        </dependency>
         <dependency>
             <groupId>org.bioimageanalysis.icy</groupId>
             <artifactId>active-contours</artifactId>