From 6d288eacd7900eb022db6f1f91eff6fc253efb35 Mon Sep 17 00:00:00 2001
From: Lene Wasskog <lene.wasskog@nibio.no>
Date: Mon, 2 Jun 2025 08:10:30 +0200
Subject: [PATCH] build: Pom cleanup
---
pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index ef7b273..db9f58d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -13,13 +13,6 @@
<version>1.1.16-SNAPSHOT</version>
<packaging>jar</packaging>
- <repositories>
- <repository>
- <id>gitlab-maven</id>
- <url>https://gitlab.nibio.no/api/v4/projects/401/packages/maven</url>
- </repository>
- </repositories>
-
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -31,7 +24,6 @@
<groupId>no.nibio.vips</groupId>
<artifactId>VIPSCommon</artifactId>
<version>3.0.3</version>
- <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
--
GitLab