Skip to content

Commit 4134d73

Browse files
fix: enable configuration processor (#132)
* fix: enable configuration processor * fix: enable configuration processor
1 parent dd931e7 commit 4134d73

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter</artifactId>
1818
</dependency>
19+
<dependency>
20+
<groupId>org.springframework.boot</groupId>
21+
<artifactId>spring-boot-configuration-processor</artifactId>
22+
<optional>true</optional>
23+
</dependency>
1924
<dependency>
2025
<groupId>org.springframework.boot</groupId>
2126
<artifactId>spring-boot-autoconfigure</artifactId>
@@ -88,6 +93,7 @@
8893
</ignoredUnusedDeclaredDependency>
8994
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-starter-test
9095
</ignoredUnusedDeclaredDependency>
96+
<ignoredUnusedDeclaredDependency>org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency>
9197
</ignoredUnusedDeclaredDependencies>
9298
</configuration>
9399
</plugin>

0 commit comments

Comments
 (0)