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

chriss 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 361e31fb19 NIFI-12279 Added nifi-standard-shared-nar to System Tests
361e31fb19 is described below

commit 361e31fb194e2b65dfb3a5fe5b6b4fce8e715238
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Oct 26 08:41:43 2023 -0500

    NIFI-12279 Added nifi-standard-shared-nar to System Tests
    
    - Corrected system test failures for PythonProcessorIT and Stateless 
CreateFlowFileIT
    
    This closes #7935
    
    Signed-off-by: Chris Sampson <chris.sampso...@gmail.com>
---
 nifi-system-tests/nifi-stateless-system-test-suite/pom.xml | 6 ++++++
 nifi-system-tests/nifi-system-test-suite/pom.xml           | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml 
b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
index 717bd615d4..7c57750f19 100644
--- a/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
+++ b/nifi-system-tests/nifi-stateless-system-test-suite/pom.xml
@@ -115,6 +115,12 @@
             <version>2.0.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-standard-shared-nar</artifactId>
+            <version>2.0.0-SNAPSHOT</version>
+            <type>nar</type>
+        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-standard-services-api-nar</artifactId>
diff --git a/nifi-system-tests/nifi-system-test-suite/pom.xml 
b/nifi-system-tests/nifi-system-test-suite/pom.xml
index f5d64f5a33..dfc8dac511 100644
--- a/nifi-system-tests/nifi-system-test-suite/pom.xml
+++ b/nifi-system-tests/nifi-system-test-suite/pom.xml
@@ -245,6 +245,12 @@
             <version>2.0.0-SNAPSHOT</version>
             <type>nar</type>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-standard-shared-nar</artifactId>
+            <version>2.0.0-SNAPSHOT</version>
+            <type>nar</type>
+        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-standard-services-api-nar</artifactId>

Reply via email to