We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12991f commit 24ce4b5Copy full SHA for 24ce4b5
1 file changed
pom.xml
@@ -108,6 +108,12 @@
108
<groupId>org.apache.httpcomponents</groupId>
109
<artifactId>httpclient</artifactId>
110
<version>${apache.httpclient.version}</version>
111
+ <exclusions>
112
+ <exclusion>
113
+ <groupId>commons-logging</groupId>
114
+ <artifactId>commons-logging</artifactId>
115
+ </exclusion>
116
+ </exclusions>
117
</dependency>
118
<dependency>
119
<groupId>net.lightbody.bmp</groupId>
0 commit comments