|
104 | 104 | <artifactId>jira-rest-java-client-core</artifactId> |
105 | 105 | <version>${jira-rest-client.version}</version> |
106 | 106 | <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> |
115 | 107 | <!-- Deprecated and not needed at runtime --> |
116 | 108 | <exclusion> |
117 | 109 | <groupId>com.google.code.findbugs</groupId> |
|
136 | 128 | <groupId>org.apache.commons</groupId> |
137 | 129 | <artifactId>commons-lang3</artifactId> |
138 | 130 | </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> |
168 | 131 | <!-- Provided by Jersey 2 API plugin --> |
169 | 132 | <exclusion> |
170 | 133 | <groupId>org.codehaus.jettison</groupId> |
|
0 commit comments