Skip to content

Commit 24ce4b5

Browse files
committed
Improve dependency convergence
Exclude commons-logging:commons-logging:1.2 from the project in favour of 1.3.5
1 parent f12991f commit 24ce4b5

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>${apache.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>net.lightbody.bmp</groupId>

0 commit comments

Comments
 (0)