This is an automated email from the ASF dual-hosted git repository. joewitt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 0da3994ac890c3cec4d5ca12c1debea2e4016669 Author: exceptionfactory <[email protected]> AuthorDate: Thu Jan 20 10:17:09 2022 -0600 NIFI-9606 This closes #5688. Removed nifi-security-utils from nifi-framework-api Signed-off-by: Joe Witt <[email protected]> --- nifi-framework-api/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/nifi-framework-api/pom.xml b/nifi-framework-api/pom.xml index cbcfcee..631897c 100644 --- a/nifi-framework-api/pom.xml +++ b/nifi-framework-api/pom.xml @@ -29,11 +29,5 @@ <artifactId>nifi-api</artifactId> <version>1.16.0-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.apache.nifi</groupId> - <artifactId>nifi-security-utils</artifactId> - <version>1.16.0-SNAPSHOT</version> - <scope>provided</scope> - </dependency> </dependencies> </project>
