mirror of https://github.com/apache/druid.git
Bump HttpClient to 4.5.10 (#8404)
* Bump HttpClient to 4.5.9 * Remove Licenses file * Revert license * Remove duplicate dependency * Bump HttpClient to 4.5.10
This commit is contained in:
parent
5f83cd879e
commit
99c3e0bb3f
|
@ -1269,14 +1269,13 @@ notice: |
|
||||||
- Apache License 2.0
|
- Apache License 2.0
|
||||||
- BSD License
|
- BSD License
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
name: Apache HttpClient
|
name: Apache HttpClient
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 4.5.3
|
version: 4.5.10
|
||||||
libraries:
|
libraries:
|
||||||
- org.apache.httpcomponents: httpclient
|
- org.apache.httpcomponents: httpclient
|
||||||
notices:
|
notices:
|
||||||
|
@ -1286,6 +1285,20 @@ notices:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
name: Apache HttpClient
|
||||||
|
license_category: binary
|
||||||
|
module: hadoop-client
|
||||||
|
license_name: Apache License version 2.0
|
||||||
|
version: 4.5.2
|
||||||
|
libraries:
|
||||||
|
- org.apache.httpcomponents: httpclient
|
||||||
|
notices:
|
||||||
|
- httpclient: |
|
||||||
|
Apache HttpClient
|
||||||
|
Copyright 1999-2016 The Apache Software Foundation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
name: Apache HttpCore
|
name: Apache HttpCore
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
|
@ -2769,20 +2782,6 @@ notices:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
name: Apache HttpClient
|
|
||||||
license_category: binary
|
|
||||||
module: hadoop-client
|
|
||||||
license_name: Apache License version 2.0
|
|
||||||
version: 4.5.2
|
|
||||||
libraries:
|
|
||||||
- org.apache.httpcomponents: httpclient
|
|
||||||
notices:
|
|
||||||
- httpclient: |
|
|
||||||
Apache HttpClient
|
|
||||||
Copyright 1999-2016 The Apache Software Foundation
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
name: Apache Zookeeper
|
name: Apache Zookeeper
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: hadoop-client
|
module: hadoop-client
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -770,7 +770,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
<artifactId>httpclient</artifactId>
|
<artifactId>httpclient</artifactId>
|
||||||
<version>4.5.3</version>
|
<version>4.5.10</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
|
Loading…
Reference in New Issue