Skip to content

Commit ff2d130

Browse files
Backport/132/8.5 (#133)
* fix: enable configuration processor (#132) * fix: enable configuration processor * fix: enable configuration processor (cherry picked from commit 4134d73) * fix: enable configuration processor
1 parent 46484e5 commit ff2d130

File tree

1 file changed

+6
-1
lines changed
  • extension/spring-boot-starter-camunda-operate

1 file changed

+6
-1
lines changed

extension/spring-boot-starter-camunda-operate/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter</artifactId>
1616
</dependency>
17+
<dependency>
18+
<groupId>org.springframework.boot</groupId>
19+
<artifactId>spring-boot-configuration-processor</artifactId>
20+
<optional>true</optional>
21+
</dependency>
1722
<dependency>
1823
<groupId>org.springframework.boot</groupId>
1924
<artifactId>spring-boot-autoconfigure</artifactId>
@@ -97,7 +102,7 @@
97102
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test
98103
</ignoredUnusedDeclaredDependency>
99104
<ignoredUnusedDeclaredDependency>io.camunda:spring-boot-starter-camunda-sdk</ignoredUnusedDeclaredDependency>
100-
105+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency>
101106
</ignoredUnusedDeclaredDependencies>
102107
</configuration>
103108
</plugin>

0 commit comments

Comments
 (0)