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

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


The following commit(s) were added to refs/heads/support/nifi-1.15 by this push:
     new d9715d7  NIFI-9486 This closes #5604. Add compile scope to logging 
deps in nifi-registry-assembly NIFI-9486 Add compile scope to logging deps in 
minifi-assembly
d9715d7 is described below

commit d9715d7aff26ebaf55e5277a8b5db33f908df14c
Author: Bryan Bende <[email protected]>
AuthorDate: Tue Dec 14 14:54:21 2021 -0500

    NIFI-9486 This closes #5604. Add compile scope to logging deps in 
nifi-registry-assembly
    NIFI-9486 Add compile scope to logging deps in minifi-assembly
    
    This commit is 2 of 2.
    
    Signed-off-by: Joe Witt <[email protected]>
---
 minifi/minifi-assembly/pom.xml               | 1 +
 nifi-registry/nifi-registry-assembly/pom.xml | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index e0b2729..2ea6a32 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -68,6 +68,7 @@ limitations under the License.
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/nifi-registry/nifi-registry-assembly/pom.xml 
b/nifi-registry/nifi-registry-assembly/pom.xml
index 4001e9f..0153f71 100644
--- a/nifi-registry/nifi-registry-assembly/pom.xml
+++ b/nifi-registry/nifi-registry-assembly/pom.xml
@@ -58,18 +58,22 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jcl-over-slf4j</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>jul-to-slf4j</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>log4j-over-slf4j</artifactId>
+            <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to