NIFI-10301 Aligned fluent-hc with httpclient version

Signed-off-by: Nathan Gough <thenatog@gmail.com>

This closes #6259.
This commit is contained in:
exceptionfactory 2022-07-29 14:21:06 -05:00 committed by Nathan Gough
parent b260c10ad4
commit 589136ac11
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -249,6 +249,17 @@
<artifactId>httpcore</artifactId>
<version>${org.apache.httpcomponents.httpcore.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>fluent-hc</artifactId>
<version>${org.apache.httpcomponents.httpclient.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Commons Codec -->
<dependency>