Skip to content

Commit 12c39e6

Browse files
committed
fix: remove httpclient shadowing in favor of the wrapper library
1 parent a48c957 commit 12c39e6

17 files changed

+0
-1925
lines changed

pom.xml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,6 @@
104104
<artifactId>jira-rest-java-client-core</artifactId>
105105
<version>${jira-rest-client.version}</version>
106106
<exclusions>
107-
<exclusion>
108-
<groupId>com.atlassian.httpclient</groupId>
109-
<artifactId>atlassian-httpclient-library</artifactId>
110-
</exclusion>
111-
<exclusion>
112-
<groupId>com.atlassian.httpclient</groupId>
113-
<artifactId>atlassian-httpclient-plugin</artifactId>
114-
</exclusion>
115107
<!-- Deprecated and not needed at runtime -->
116108
<exclusion>
117109
<groupId>com.google.code.findbugs</groupId>
@@ -136,35 +128,6 @@
136128
<groupId>org.apache.commons</groupId>
137129
<artifactId>commons-lang3</artifactId>
138130
</exclusion>
139-
<!-- Provided by apache-httpcomponents-client-4-api plugin -->
140-
<exclusion>
141-
<groupId>org.apache.httpcomponents</groupId>
142-
<artifactId>httpasyncclient</artifactId>
143-
</exclusion>
144-
<exclusion>
145-
<groupId>org.apache.httpcomponents</groupId>
146-
<artifactId>httpasyncclient-cache</artifactId>
147-
</exclusion>
148-
<exclusion>
149-
<groupId>org.apache.httpcomponents</groupId>
150-
<artifactId>httpclient</artifactId>
151-
</exclusion>
152-
<exclusion>
153-
<groupId>org.apache.httpcomponents</groupId>
154-
<artifactId>httpclient-cache</artifactId>
155-
</exclusion>
156-
<exclusion>
157-
<groupId>org.apache.httpcomponents</groupId>
158-
<artifactId>httpcore</artifactId>
159-
</exclusion>
160-
<exclusion>
161-
<groupId>org.apache.httpcomponents</groupId>
162-
<artifactId>httpcore-nio</artifactId>
163-
</exclusion>
164-
<exclusion>
165-
<groupId>org.apache.httpcomponents</groupId>
166-
<artifactId>httpmime</artifactId>
167-
</exclusion>
168131
<!-- Provided by Jersey 2 API plugin -->
169132
<exclusion>
170133
<groupId>org.codehaus.jettison</groupId>

src/main/java/com/atlassian/httpclient/apache/httpcomponents/ApacheAsyncHttpClient.java

Lines changed: 0 additions & 565 deletions
This file was deleted.

src/main/java/com/atlassian/httpclient/apache/httpcomponents/CommonBuilder.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

src/main/java/com/atlassian/httpclient/apache/httpcomponents/CompletableFuturePromiseHttpPromiseAsyncClient.java

Lines changed: 0 additions & 161 deletions
This file was deleted.

src/main/java/com/atlassian/httpclient/apache/httpcomponents/DefaultHttpClientFactory.java

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)