File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
extension/spring-boot-starter-camunda-operate Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments