From f4fcade032b95e44933be07d402e02c02a57f914 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Mon, 5 Sep 2022 12:18:36 +0200
Subject: [PATCH] Update groupId of dependency VIPSCommon

The groupId of VIPSCommon was changed in commit 537822b7.
Pom of VIPSLogic updated to reflect this.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b4f8f028..737e4527 100755
--- a/pom.xml
+++ b/pom.xml
@@ -215,7 +215,7 @@
             <type>jar</type>
         </dependency>
         <dependency>
-            <groupId>no.nibio.vips.common</groupId>
+            <groupId>no.nibio.vips</groupId>
             <artifactId>VIPSCommon</artifactId>
             <version>2022.1</version>
         </dependency>
-- 
GitLab