[go: nahoru, domu]

Skip to content

Commit

Permalink
deps: testing exlcusing commons-logging (googleapis#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jan 23, 2024
1 parent 436f11f commit 8e3f4d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 8e3f4d5

Please sign in to comment.