Skip to content

Commit 237e876

Browse files
committed
added undeclared deps
1 parent 3db413a commit 237e876

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
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>
@@ -92,6 +97,9 @@
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>

0 commit comments

Comments
 (0)