This is an automated email from the ASF dual-hosted git repository.

jgresock pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 60365e7b6c NIFI-11262 Corrected scope for bcprov-jdk18on in 
nifi-security-kerberos
60365e7b6c is described below

commit 60365e7b6c4ec452ebcf3069fae44df784ffd124
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 f4374012fc..37e7e62673 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>

Reply via email to