Skip to content

Commit

Permalink
remove commons-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Jun 28, 2024
1 parent 482d2fd commit 0ea2fb6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions distro/run/qa/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@
<scope>test</scope>
</dependency>

<!-- SpringBoot BOM excludes commons-logging, so we need to add it explicitly -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>

<!-- Webapps -->
<dependency>
<groupId>org.camunda.bpm.qa</groupId>
Expand Down
7 changes: 0 additions & 7 deletions distro/run/qa/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@
<scope>test</scope>
</dependency>

<!-- SpringBoot BOM excludes commons-logging, so we need to add it explicitly -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>

<!-- Webapps -->
<dependency>
<groupId>org.camunda.bpm.qa</groupId>
Expand Down

0 comments on commit 0ea2fb6

Please sign in to comment.