Skip to content

Commit 51f0eef

Browse files
committed
exclude commons.logging from httpcomponents
1 parent 65986a4 commit 51f0eef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,10 @@
11261126
<groupId>commons-codec</groupId>
11271127
<artifactId>commons-codec</artifactId>
11281128
</exclusion>
1129+
<exclusion>
1130+
<groupId>commons-logging</groupId>
1131+
<artifactId>commons-logging</artifactId>
1132+
</exclusion>
11291133
</exclusions>
11301134
</dependency>
11311135

0 commit comments

Comments
 (0)