James created MINIFI-518:
----------------------------
Summary: Version issue with httpcomponents
Key: MINIFI-518
URL: https://issues.apache.org/jira/browse/MINIFI-518
Project: Apache NiFi MiNiFi
Issue Type: Bug
Components: Build
Affects Versions: 0.6.0
Reporter: James
The version of httpcomponents in the latest 0.6.0 pom causes and issue with using a postHTTP
with a security context defined (although I think its generic to anything trying to use the
SSLContextBuilder class).
The pom currently references;
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.4</version>
</dependency>
But need to reference a later version, 4.4.12 works and is the latest.
I'll create a pull request so you can test the updated version.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
|