mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-20 13:49:54 +02:00
Exclude commons-logging
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -464,6 +464,12 @@
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
<version>4.5.5</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- logging -->
|
||||
|
||||
Reference in New Issue
Block a user