Skip to content

Commit

Permalink
Exclude Logback from Cruise Control (#10376)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored Jul 24, 2024
1 parent 000b202 commit 10e0c52
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docker-images/artifacts/kafka-thirdparty-libs/cc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
<groupId>com.linkedin.cruisecontrol</groupId>
<artifactId>cruise-control</artifactId>
<version>${cruise-control.version}</version>
<!-- The exclusion is needed because of https://github.com/linkedin/cruise-control/issues/2174.
It can be removed once it is fixed and released in new Cruise Control version. -->
<exclusions>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>

0 comments on commit 10e0c52

Please sign in to comment.