From bfe9d2343cb6d8535b346edf11c3f23c2f404728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Str=C3=A4hle?= Date: Fri, 13 Sep 2024 12:01:55 +0200 Subject: [PATCH] Remove crd-generator-apt from operator (#32555) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove crd-generator-apt from operator to avoid generating CRDs multiple times Signed-off-by: Bernhard Strähle * Add io.sundr/builder-annotations to managed dependencies Signed-off-by: Bernhard Strähle --------- Signed-off-by: Bernhard Strähle --- operator/pom.xml | 15 +++++++++++---- pom.xml | 12 +++++++++--- 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/operator/pom.xml b/operator/pom.xml index f37ab5b443..c6420a9658 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -10,7 +10,7 @@ 999.0.0-SNAPSHOT ../pom.xml - + Keycloak Operator keycloak-operator @@ -36,10 +36,17 @@ + + + io.sundr + builder-annotations + provided + + io.fabric8 - crd-generator-apt + generator-annotations provided @@ -288,8 +295,8 @@ - - + + operator-prod diff --git a/pom.xml b/pom.xml index ae6af7f21f..c38515a2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -143,6 +143,7 @@ 2.0.0 3.4.0 2.3.32 + 0.200.0 1.3.3 @@ -179,7 +180,7 @@ 1.4.01 3.1.7 3.22.0 - + 3.13.1 1.4.1 @@ -321,6 +322,11 @@ pom import + + io.sundr + builder-annotations + ${sundrio.version} + com.thoughtworks.xstream xstream @@ -389,7 +395,7 @@ bcpkix-fips ${bouncycastle.pkixfips.version} - + org.bouncycastle bc-fips @@ -401,7 +407,7 @@ bctls-fips ${bouncycastle.bctls-fips.version} - + com.github.ua-parser uap-java