Skip to content

Commit

Permalink
fix(deps): returned generating spring metadata file (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
bespaltovyj authored Oct 8, 2024
1 parent 28bca99 commit 877376c
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 877376c

Please sign in to comment.