This is an automated email from the ASF dual-hosted git repository.
jgresock 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 25d3fc27c7 NIFI-11262 Corrected scope for bcprov-jdk18on in
nifi-security-kerberos
25d3fc27c7 is described below
commit 25d3fc27c737fe201b1a4f8f671b6fe30efde883
Author: exceptionfactory <[email protected]>
AuthorDate: Wed Mar 8 15:55:07 2023 -0600
NIFI-11262 Corrected scope for bcprov-jdk18on in nifi-security-kerberos
Signed-off-by: Joe Gresock <[email protected]>
This closes #7022.
---
nifi-commons/nifi-security-kerberos/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/nifi-commons/nifi-security-kerberos/pom.xml
b/nifi-commons/nifi-security-kerberos/pom.xml
index b3ccb52750..21986ac4f6 100644
--- a/nifi-commons/nifi-security-kerberos/pom.xml
+++ b/nifi-commons/nifi-security-kerberos/pom.xml
@@ -63,6 +63,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
+ <scope>test</scope>
</dependency>
</dependencies>
</project>