From 99a9f99f79c30190b0c36e85e8b74525199eff13 Mon Sep 17 00:00:00 2001 From: Jonathan Lukas Date: Tue, 8 Oct 2024 16:07:13 +0200 Subject: [PATCH] fix(deps): returned generating spring metadata file (#972) (#983) (cherry picked from commit 877376c07e9d4a737927cc9e1e941ad64ba2e534) Co-authored-by: Pavel Pletnev <32296746+bespaltovyj@users.noreply.github.com> --- pom.xml | 3 +++ spring-boot-starter-camunda/pom.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 61a38dc7..ba9fb3ca 100644 --- a/pom.xml +++ b/pom.xml @@ -339,6 +339,9 @@ io.camunda.spring:spring-boot-starter-camunda + + org.springframework.boot:spring-boot-configuration-processor + diff --git a/spring-boot-starter-camunda/pom.xml b/spring-boot-starter-camunda/pom.xml index 51570d2d..0b31c187 100644 --- a/spring-boot-starter-camunda/pom.xml +++ b/spring-boot-starter-camunda/pom.xml @@ -24,6 +24,11 @@ spring-boot-autoconfigure provided + + org.springframework.boot + spring-boot-configuration-processor + true + jakarta.annotation jakarta.annotation-api