File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
extension/spring-boot-starter-camunda-operate Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 1212 <artifactId >spring-boot-starter-camunda-operate</artifactId >
1313
1414 <dependencies >
15+ <dependency >
16+ <groupId >org.slf4j</groupId >
17+ <artifactId >slf4j-api</artifactId >
18+ <scope >provided</scope >
19+ </dependency >
1520 <dependency >
1621 <groupId >org.springframework.boot</groupId >
1722 <artifactId >spring-boot-starter</artifactId >
9297 </ignoredUnusedDeclaredDependency >
9398 <ignoredUnusedDeclaredDependency >org.springframework.boot:spring-boot-configuration-processor</ignoredUnusedDeclaredDependency >
9499 </ignoredUnusedDeclaredDependencies >
100+ <ignoredUsedUndeclaredDependencies >
101+ <ignoredUsedUndeclaredDependency >org.springframework:spring-jcl</ignoredUsedUndeclaredDependency >
102+ </ignoredUsedUndeclaredDependencies >
95103 </configuration >
96104 </plugin >
97105 </plugins >
You can’t perform that action at this time.
0 commit comments