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