|
134 | 134 | <version>${slf4j.version}</version> |
135 | 135 | <scope>test</scope> |
136 | 136 | </dependency> |
137 | | - <dependency> |
138 | | - <groupId>org.apache.httpcomponents</groupId> |
139 | | - <artifactId>httpclient</artifactId> |
140 | | - <version>${httpclient.version}</version> |
141 | | - <exclusions> |
142 | | - <exclusion> |
143 | | - <artifactId>commons-logging</artifactId> |
144 | | - <groupId>commons-logging</groupId> |
145 | | - </exclusion> |
146 | | - </exclusions> |
147 | | - </dependency> |
148 | | - <dependency> |
149 | | - <groupId>org.apache.httpcomponents</groupId> |
150 | | - <artifactId>httpclient-cache</artifactId> |
151 | | - <version>${httpclient.version}</version> |
152 | | - <exclusions> |
153 | | - <exclusion> |
154 | | - <artifactId>commons-logging</artifactId> |
155 | | - <groupId>commons-logging</groupId> |
156 | | - </exclusion> |
157 | | - </exclusions> |
158 | | - </dependency> |
159 | | - <dependency> |
160 | | - <groupId>org.apache.httpcomponents</groupId> |
161 | | - <artifactId>httpcore</artifactId> |
162 | | - <version>${httpclient.version}</version> |
163 | | - <exclusions> |
164 | | - <exclusion> |
165 | | - <artifactId>commons-logging</artifactId> |
166 | | - <groupId>commons-logging</groupId> |
167 | | - </exclusion> |
168 | | - </exclusions> |
169 | | - </dependency> |
| 137 | + <dependency> |
| 138 | + <groupId>org.apache.httpcomponents</groupId> |
| 139 | + <artifactId>httpclient-osgi</artifactId> |
| 140 | + <version>4.2.5</version> |
| 141 | + <exclusions> |
| 142 | + <exclusion> |
| 143 | + <artifactId>commons-logging</artifactId> |
| 144 | + <groupId>commons-logging</groupId> |
| 145 | + </exclusion> |
| 146 | + </exclusions> |
| 147 | + </dependency> |
| 148 | + <dependency> |
| 149 | + <groupId>org.apache.httpcomponents</groupId> |
| 150 | + <artifactId>httpcore-osgi</artifactId> |
| 151 | + <version>4.2.5</version> |
| 152 | + </dependency> |
170 | 153 | <dependency> |
171 | 154 | <groupId>org.mockito</groupId> |
172 | 155 | <artifactId>mockito-core</artifactId> |
|
0 commit comments