Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1269,14 +1269,13 @@ notice: |
- Apache License 2.0
- BSD License


---

name: Apache HttpClient
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 4.5.3
version: 4.5.10
libraries:
- org.apache.httpcomponents: httpclient
notices:
Expand All @@ -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
license_category: binary
module: java-core
Expand Down Expand Up @@ -2769,20 +2782,6 @@ notices:

---

name: Apache HttpClient
Comment thread
Fokko marked this conversation as resolved.
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
license_category: binary
module: hadoop-client
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
<version>4.5.10</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down