Skip to content

Commit 4a2d2aa

Browse files
committed
fix : Exclude Transitive Dependency
1 parent d2dbf16 commit 4a2d2aa

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
@@ -109,6 +109,12 @@
109109
<groupId>org.apache.httpcomponents</groupId>
110110
<artifactId>httpclient</artifactId>
111111
<version>4.5.1</version>
112+
<exclusions>
113+
<exclusion>
114+
<groupId>org.apache.httpcomponents</groupId>
115+
<artifactId>httpcore</artifactId>
116+
</exclusion>
117+
</exclusions>
112118
</dependency>
113119
<dependency>
114120
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)