From 3f94aa98381f5e98f208ba70d4b64b7b47affb52 Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Fri, 29 Nov 2024 19:22:30 +0100 Subject: [PATCH] changed artifact id --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 54f31bd..b7fe71c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ </parent> <!-- Project Information --> - <artifactId>apache-commons-codec</artifactId> + <artifactId>apache-commons-compress</artifactId> <version>1.0.0</version> <packaging>jar</packaging> -- GitLab