diff --git a/nb-configuration.xml b/nb-configuration.xml
index 7103095542c1a062dedf6d7f32faa28c80b6c0de..bfec0c70404381265e2958226df2b543a27e48a9 100755
--- a/nb-configuration.xml
+++ b/nb-configuration.xml
@@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
 Any value defined here will override the pom.xml file value but is only applicable to the current project.
 -->
         <netbeans.hint.license>nibio_open_source_license.ftl</netbeans.hint.license>
+        <netbeans.hint.jdkPlatform>JDK_11</netbeans.hint.jdkPlatform>
     </properties>
 </project-shared-configuration>
diff --git a/pom.xml b/pom.xml
index cfa9ebea984ed92d22967b8743463b0ee99c6035..8406111d49e13f028f90f5d93fb0c3dc1cadf327 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,11 +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>
-        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -23,6 +18,11 @@
             <version>1.3</version>
             <scope>test</scope>
         </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>