From 4afcb0164cc680a3854f402f4da4021f72ff5baf Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Thu, 31 Oct 2024 11:05:45 -0300 Subject: [PATCH] Add stork-configuration-generator as an annotationProcessorPath --- .../rest-client-reactive-stork/pom.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/integration-tests/rest-client-reactive-stork/pom.xml b/integration-tests/rest-client-reactive-stork/pom.xml index 3bf27a3e6dc9bb..512ccdf5a79c4b 100644 --- a/integration-tests/rest-client-reactive-stork/pom.xml +++ b/integration-tests/rest-client-reactive-stork/pom.xml @@ -44,11 +44,6 @@ io.smallrye.stork stork-service-discovery-static-list - - io.smallrye.stork - stork-configuration-generator - provided - @@ -121,6 +116,18 @@ + + maven-compiler-plugin + + + + io.smallrye.stork + stork-configuration-generator + 2.7.0 + + + + io.quarkus quarkus-maven-plugin