You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/07/10 02:27:39 UTC

[nifi] branch main updated: NIFI-8775: Fixing system test assembly

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

mattyb149 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 3bc6475  NIFI-8775: Fixing system test assembly
3bc6475 is described below

commit 3bc64754c3eee68cd77df8c68b5688ae2ab401f3
Author: Mark Payne <ma...@hotmail.com>
AuthorDate: Fri Jul 9 22:00:15 2021 -0400

    NIFI-8775: Fixing system test assembly
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5209
---
 .../nifi-system-test-suite/src/test/assembly/dependencies.xml          | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nifi-system-tests/nifi-system-test-suite/src/test/assembly/dependencies.xml b/nifi-system-tests/nifi-system-test-suite/src/test/assembly/dependencies.xml
index 8f30238..5f830c5 100644
--- a/nifi-system-tests/nifi-system-test-suite/src/test/assembly/dependencies.xml
+++ b/nifi-system-tests/nifi-system-test-suite/src/test/assembly/dependencies.xml
@@ -31,6 +31,8 @@
             <includes>
                 <include>nifi-bootstrap-utils</include>
                 <include>nifi-bootstrap</include>
+                <include>bcprov-jdk15on</include>
+                <include>commons-lang3</include>
                 <include>slf4j-api</include>
                 <include>nifi-api</include>
             </includes>
@@ -67,6 +69,7 @@
                 <exclude>nifi-bootstrap</exclude>
                 <exclude>nifi-resources</exclude>
                 <exclude>nifi-docs</exclude>
+                <exclude>nifi-toolkit-cli</exclude>
 
                 <!-- exclude jaxb/activation/annotation libs from lib, they'll be included in the java11 subdir -->
                 <!-- TODO: remove these once minimum Java version is 11 -->