From 7da28c7f9f91902a04e708911e2c5fdc998e4b63 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Tue, 3 Dec 2024 17:30:00 +0100 Subject: [PATCH 1/2] chore(build): remove snapshots repository Signed-off-by: Chris Laprun --- pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/pom.xml b/pom.xml index b57f8bfc8e..8f05a94189 100644 --- a/pom.xml +++ b/pom.xml @@ -237,30 +237,6 @@ - - - - - true - always - - ossrh - https://oss.sonatype.org/content/repositories/snapshots/ - - - - - - - - true - always - - ossrh - https://oss.sonatype.org/content/repositories/snapshots/ - - - From f6b68c3ab8ee264b5ba39cc7c5f9222153017576 Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Tue, 3 Dec 2024 17:30:51 +0100 Subject: [PATCH 2/2] chore(build): remove remaining APT dependencies Signed-off-by: Chris Laprun --- pom.xml | 47 ------------------- .../controller-namespace-deletion/pom.xml | 5 -- 2 files changed, 52 deletions(-) diff --git a/pom.xml b/pom.xml index 8f05a94189..52f8c7e013 100644 --- a/pom.xml +++ b/pom.xml @@ -244,11 +244,6 @@ org.apache.maven.plugins maven-compiler-plugin ${maven-compiler-plugin.version} - - - -Aio.fabric8.crd.generator.parallel=true - - org.apache.maven.plugins @@ -361,13 +356,6 @@ integration-tests - - - io.fabric8 - crd-generator-apt - test - - @@ -388,13 +376,6 @@ integration-tests-baseapi - - - io.fabric8 - crd-generator-apt - test - - @@ -415,13 +396,6 @@ integration-tests-dependent - - - io.fabric8 - crd-generator-apt - test - - @@ -442,13 +416,6 @@ integration-tests-workflow - - - io.fabric8 - crd-generator-apt - test - - @@ -470,13 +437,6 @@ minimal-watch-timeout-dependent-it - - - io.fabric8 - crd-generator-apt - test - - @@ -498,13 +458,6 @@ end-to-end-tests - - - io.fabric8 - crd-generator-apt - test - - diff --git a/sample-operators/controller-namespace-deletion/pom.xml b/sample-operators/controller-namespace-deletion/pom.xml index 4979eec0d1..50ff43ce4c 100644 --- a/sample-operators/controller-namespace-deletion/pom.xml +++ b/sample-operators/controller-namespace-deletion/pom.xml @@ -30,11 +30,6 @@ io.javaoperatorsdk operator-framework - - io.fabric8 - crd-generator-apt - provided - org.apache.logging.log4j log4j-slf4j2-impl