From 4134d73166f2f5a5891d1236fdf0115791e4ec2f Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Tue, 29 Oct 2024 10:49:32 +0100 Subject: [PATCH] fix: enable configuration processor (#132) * fix: enable configuration processor * fix: enable configuration processor --- extension/spring-boot-starter-camunda-operate/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/extension/spring-boot-starter-camunda-operate/pom.xml b/extension/spring-boot-starter-camunda-operate/pom.xml index 72bae1a..c994334 100644 --- a/extension/spring-boot-starter-camunda-operate/pom.xml +++ b/extension/spring-boot-starter-camunda-operate/pom.xml @@ -16,6 +16,11 @@ org.springframework.boot spring-boot-starter + + org.springframework.boot + spring-boot-configuration-processor + true + org.springframework.boot spring-boot-autoconfigure @@ -88,6 +93,7 @@ org.springframework.boot:spring-boot-starter-test + org.springframework.boot:spring-boot-configuration-processor