diff --git a/pom.xml b/pom.xml
index dc00f652a6a56c1bbffd496f922db4f541ffbaf2..4fc060ebb7deb55203e3a219cbbb0a81950e165d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,20 @@
   <packaging>jar</packaging>
 
   <name>NaerstadModel</name>
+  
+      <parent>
+        <groupId>no.nibio.vips</groupId>
+        <artifactId>vips-parent-pom</artifactId>
+        <version>1.0.2</version>
+    </parent>
+    
+    <repositories>
+        <repository>
+            <id>gitlab-maven</id>
+            <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
+        </repository>
+    </repositories>
+  
   <url>http://maven.apache.org</url>
     <build>
         <plugins>
@@ -47,7 +61,7 @@
     <dependency>
       <groupId>no.nibio.vips</groupId>
       <artifactId>VIPSCommon</artifactId>
-      <version>2022.1</version>
+      <version>2.0.2</version>
     </dependency>
   </dependencies>
 </project>