Skip to content

Commit

Permalink
Merge pull request #601 from nitram509/fix-commons-logging-warning
Browse files Browse the repository at this point in the history
exclude commons-logging because spring boot warning
  • Loading branch information
nitram509 committed Nov 18, 2023
2 parents 73dea53 + 4d0a433 commit e0b4476
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@
<groupId>io.camunda.spring</groupId>
<artifactId>spring-boot-starter-camunda</artifactId>
<version>${version.zeebe.spring}</version>
<exclusions>
<exclusion>
<!--
BECAUSE OF ERROR MESSAGE:
Standard Commons Logging discovery in action with spring-jcl:
please remove commons-logging.jar from classpath in order to avoid potential conflicts
-->
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit e0b4476

Please sign in to comment.