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

mthomsen 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 ff93ec4  NIFI-8280: Remove Lumberjack NAR from assembly
ff93ec4 is described below

commit ff93ec42c3730f1ba8acc4843e8504f2ff47a5cf
Author: Matthew Burgess <[email protected]>
AuthorDate: Mon Mar 1 21:49:51 2021 -0500

    NIFI-8280: Remove Lumberjack NAR from assembly
    
    This closes #4864
    
    Signed-off-by: Mike Thomsen <[email protected]>
---
 nifi-assembly/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 4fb73b4..c4aedb5 100644
--- a/nifi-assembly/pom.xml
+++ b/nifi-assembly/pom.xml
@@ -487,12 +487,6 @@ language governing permissions and limitations under the 
License. -->
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-lumberjack-nar</artifactId>
-            <version>1.14.0-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-cybersecurity-nar</artifactId>
             <version>1.14.0-SNAPSHOT</version>
             <type>nar</type>

Reply via email to