From a08b2baa43ddce4fb75246a6103ecd811ee1d0c3 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 22 Jan 2025 09:42:19 +0100 Subject: [PATCH] Remove quarkus-extension-processor from cache-runtime-spi It is not an extension so it shouldn't be treated as such. I have no idea why but it causes some issues when building with an empty repository so let's get rid of it given it's useless. --- extensions/cache/runtime-spi/pom.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/extensions/cache/runtime-spi/pom.xml b/extensions/cache/runtime-spi/pom.xml index a0c57831b3890..e71a7105c1875 100644 --- a/extensions/cache/runtime-spi/pom.xml +++ b/extensions/cache/runtime-spi/pom.xml @@ -19,27 +19,4 @@ - - - - maven-compiler-plugin - - - default-compile - - - - io.quarkus - quarkus-extension-processor - ${project.version} - - - - - - - - - -