Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fix(deps): returned generating spring metadata file (#972) (#983)
Browse files Browse the repository at this point in the history
(cherry picked from commit 877376c)

Co-authored-by: Pavel Pletnev <[email protected]>
  • Loading branch information
jonathanlukas and bespaltovyj authored Oct 8, 2024
1 parent 01a230e commit 99a9f99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@
<ignoredUnusedDeclaredDependency>
io.camunda.spring:spring-boot-starter-camunda
</ignoredUnusedDeclaredDependency>
<ignoredUnusedDeclaredDependency>
org.springframework.boot:spring-boot-configuration-processor
</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
</configuration>
</plugin>
Expand Down
5 changes: 5 additions & 0 deletions spring-boot-starter-camunda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<artifactId>spring-boot-autoconfigure</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down

0 comments on commit 99a9f99

Please sign in to comment.