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

exceptionfactory 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 211a3aa7c4 NIFI-12279 Added nifi-standard-shared-nar to Kafka 
Connector Tests
211a3aa7c4 is described below

commit 211a3aa7c4176a16c6dea3bfc1d5e0b2926ceb58
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 28 08:32:31 2023 -0500

    NIFI-12279 Added nifi-standard-shared-nar to Kafka Connector Tests
    
    - Corrected integration-tests workflow failures
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml 
b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
index b51d5a73cf..bf75749519 100644
--- a/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
+++ b/nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/pom.xml
@@ -55,6 +55,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