Skip to content

Commit

Permalink
Merge pull request #33405 from scrocquesel/apache-httpclient_commons-…
Browse files Browse the repository at this point in the history
…logging_exclusions

Exclude commons-logging in quarkus bom
  • Loading branch information
gsmet authored May 17, 2023
2 parents 892c74a + 0b95e00 commit ebb6d0d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4066,6 +4066,12 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit ebb6d0d

Please sign in to comment.