Skip to content

Commit

Permalink
Add apache.httpcomponents.httpclient to dependencyManagement (#9983)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali Ahmed <[email protected]>
  • Loading branch information
aahmed-se and Ali Ahmed authored Mar 20, 2021
1 parent efacf71 commit 6089292
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ The Apache Software License, Version 2.0
- org.apache.distributedlog-distributedlog-protocol-4.13.0.jar
- org.apache.bookkeeper.stats-codahale-metrics-provider-4.13.0.jar
* Apache HTTP Client
- org.apache.httpcomponents-httpclient-4.5.5.jar
- org.apache.httpcomponents-httpcore-4.4.9.jar
- org.apache.httpcomponents-httpclient-4.5.13.jar
- org.apache.httpcomponents-httpcore-4.4.13.jar
* AirCompressor
- io.airlift-aircompressor-0.16.jar
* AsyncHttpClient
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ flexible messaging model and an intuitive client API.</description>
<cron-utils.version>9.1.3</cron-utils.version>
<spring-context.version>5.3.1</spring-context.version>
<docker-java.version>3.2.7</docker-java.version>
<apache-http-client.version>4.5.13</apache-http-client.version>

<!-- test dependencies -->
<cassandra.version>3.6.0</cassandra.version>
Expand Down Expand Up @@ -1029,6 +1030,12 @@ flexible messaging model and an intuitive client API.</description>
<version>${objenesis.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${apache-http-client.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down
4 changes: 2 additions & 2 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ The Apache Software License, Version 2.0
- trace-token-0.195.jar
- units-1.6.jar
* Apache HTTP Client
- httpclient-4.5.5.jar
- httpcore-4.4.9.jar
- httpclient-4.5.13.jar
- httpcore-4.4.13.jar
* Error Prone Annotations
- error_prone_annotations-2.3.4.jar
* Esri Geometry API For Java
Expand Down

0 comments on commit 6089292

Please sign in to comment.