mirror of https://github.com/apache/nifi.git
NIFI-10301 Aligned fluent-hc with httpclient version
Signed-off-by: Nathan Gough <thenatog@gmail.com> This closes #6259.
This commit is contained in:
parent
b260c10ad4
commit
589136ac11
11
pom.xml
11
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>
|
||||
|
|
Loading…
Reference in New Issue