diff --git a/pom.xml b/pom.xml
index bb34572b40729236ff6c5971cdc6fab17b4851ea..5e508f6130578e5e6cc724ceb29e0dd37fc7fc4d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,12 +6,6 @@
     <version>1.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <dependencies>
-        <dependency>
-            <groupId>no.nibio.vips.common</groupId>
-            <artifactId>VIPSCommon</artifactId>
-            <version>1.0-SNAPSHOT</version>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -23,6 +17,11 @@
           <artifactId>jackson-databind</artifactId>
           <version>2.4.1</version>
         </dependency>
+        <dependency>
+            <groupId>no.nibio.vips.common</groupId>
+            <artifactId>VIPSCommon</artifactId>
+            <version>2022.1</version>
+        </dependency>
     </dependencies>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>