From 080b53fbce57e397785bf0ea229b8686f5f7cdb1 Mon Sep 17 00:00:00 2001 From: Steven Hawkins Date: Mon, 21 Aug 2023 08:41:23 -0400 Subject: [PATCH] removing build time dependencies from the runtime (#22501) Closes #22496 --- operator/pom.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/operator/pom.xml b/operator/pom.xml index 20be9deb6b8..db0fa4ed924 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -40,13 +40,10 @@ - - io.fabric8 - crd-generator-api - io.fabric8 crd-generator-apt + provided io.fabric8 @@ -178,6 +175,11 @@ build + + + true + +