Skip to content

Commit 0b2abbc

Browse files
author
David Byron
committed
exclude commons-logging since docker-java uses slf4j/logback
1 parent 57a6109 commit 0b2abbc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
<groupId>org.apache.httpcomponents</groupId>
109109
<artifactId>httpclient</artifactId>
110110
<version>${httpclient.version}</version>
111+
<exclusions>
112+
<exclusion>
113+
<groupId>commons-logging</groupId>
114+
<artifactId>commons-logging</artifactId>
115+
</exclusion>
116+
</exclusions>
111117
</dependency>
112118
<dependency>
113119
<groupId>org.glassfish.jersey.core</groupId>

0 commit comments

Comments
 (0)