This is an automated email from the ASF dual-hosted git repository.
thenatog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 589136ac11 NIFI-10301 Aligned fluent-hc with httpclient version
589136ac11 is described below
commit 589136ac11288a1d0c0a267c08ce102e45279cfc
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jul 29 14:21:06 2022 -0500
NIFI-10301 Aligned fluent-hc with httpclient version
Signed-off-by: Nathan Gough <[email protected]>
This closes #6259.
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index 607413949e..4a09df5d86 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>