NIFI-10505 Removed unused HttpClient dependency from nifi-web-api

- Removing org.apache.httpcomponents:httpclient from nifi-web-api avoids Linkage Errors with Sensitive Property Providers

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6423.
This commit is contained in:
exceptionfactory 2022-09-15 14:54:37 -05:00 committed by Pierre Villard
parent cb6fd91e24
commit 6398c2deb7
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 0 additions and 14 deletions

View File

@ -421,20 +421,6 @@
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-mock</artifactId>