You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/03/09 21:32:52 UTC

[nifi] 03/06: NIFI-8280: Remove Lumberjack NAR from assembly

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

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

commit c2b0d2fc36683201cf0ce3fa0cb5d8ca68534b17
Author: Matthew Burgess <ma...@apache.org>
AuthorDate: Mon Mar 1 21:49:51 2021 -0500

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

diff --git a/nifi-assembly/pom.xml b/nifi-assembly/pom.xml
index 9f33e5e..a5affb8 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.13.1-SNAPSHOT</version>
-            <type>nar</type>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-cybersecurity-nar</artifactId>
             <version>1.13.1-SNAPSHOT</version>
             <type>nar</type>