From 3f1d4e6c8f17a7e502bdf80c548701e3ff725b49 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Wed, 29 Nov 2023 12:51:40 +0100
Subject: [PATCH] build: Remove 'provided' from commons-codec dependency

---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2c13dda..56c4f40 100755
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,6 @@
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
             <version>1.15</version>
-            <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
-- 
GitLab