From 46706254c4fed18aa7d86368fca27a1b0001f735 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Fri, 3 May 2024 09:43:57 +0200 Subject: [PATCH] chore(deps): remove now unneeded commons-codec dependency Signed-off-by: Chris Laprun --- bom/pom.xml | 7 ------- integration-tests/pom.xml | 5 ----- samples/pom.xml | 5 ----- 3 files changed, 17 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 9051c3300..d590a473a 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -92,13 +92,6 @@ quarkus-operator-sdk-annotations ${project.version} - - - commons-codec - commons-codec - 1.16.1 - true - diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index df45fabe0..b2096d28d 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -55,11 +55,6 @@ bcpkix-jdk18on true - - commons-codec - commons-codec - true - diff --git a/samples/pom.xml b/samples/pom.xml index 5326c0020..b448d10a3 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -22,11 +22,6 @@ bcpkix-jdk18on true - - commons-codec - commons-codec - true -