Skip to content

Commit adba727

Browse files
Remove duplicate dependency declaration for org.apache.httpcomponents:httpclient (#1382)
1 parent 4c24178 commit adba727

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spring-ws-core/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,6 @@
166166
<version>${httpclient5.version}</version>
167167
<optional>true</optional>
168168
</dependency>
169-
<dependency>
170-
<groupId>org.apache.httpcomponents</groupId>
171-
<artifactId>httpclient</artifactId>
172-
<version>${httpclient.version}</version>
173-
<optional>true</optional>
174-
<exclusions>
175-
<exclusion>
176-
<groupId>commons-logging</groupId>
177-
<artifactId>commons-logging</artifactId>
178-
</exclusion>
179-
</exclusions>
180-
</dependency>
181169

182170
<dependency>
183171
<groupId>org.eclipse.jetty</groupId>

0 commit comments

Comments
 (0)