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

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


The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
     new 53c5fb331b NIFI-11708: Upgraded snowflake-ingest-sdk to 2.0.1 and 
snowflake-jdbc to 3.13.33
53c5fb331b is described below

commit 53c5fb331bf2e5bd832959012ce00fa1af299cea
Author: Peter Turcsanyi <[email protected]>
AuthorDate: Fri Jun 16 13:11:00 2023 +0200

    NIFI-11708: Upgraded snowflake-ingest-sdk to 2.0.1 and snowflake-jdbc to 
3.13.33
    
    Backported
    This closes #7393
    
    Signed-off-by: Nandor Soma Abonyi <[email protected]>
    (cherry picked from commit 4082951506d6fdc1dad12ff0b18887f759447d85)
---
 .../nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml     | 4 ++++
 .../nifi-snowflake-bundle/nifi-snowflake-services/pom.xml         | 5 +++++
 nifi-nar-bundles/nifi-snowflake-bundle/pom.xml                    | 8 ++++++--
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml 
b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
index 617cf84ac5..2eee43c6e3 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services-api/pom.xml
@@ -30,6 +30,10 @@
             <groupId>net.snowflake</groupId>
             <artifactId>snowflake-ingest-sdk</artifactId>
         </dependency>
+        <dependency>
+            <groupId>net.snowflake</groupId>
+            <artifactId>snowflake-jdbc</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-api</artifactId>
diff --git 
a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml 
b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
index f3a4d2f129..83035adc03 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/nifi-snowflake-services/pom.xml
@@ -58,6 +58,11 @@
             <artifactId>snowflake-ingest-sdk</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>net.snowflake</groupId>
+            <artifactId>snowflake-jdbc</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-utils</artifactId>
diff --git a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml 
b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
index 6e1956b223..4eb2ce57ba 100644
--- a/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-snowflake-bundle/pom.xml
@@ -32,11 +32,15 @@
 
     <dependencyManagement>
         <dependencies>
-            <!-- snowflake-ingest-sdk contains snowflake-jdbc -->
             <dependency>
                 <groupId>net.snowflake</groupId>
                 <artifactId>snowflake-ingest-sdk</artifactId>
-                <version>1.1.4</version>
+                <version>2.0.1</version>
+            </dependency>
+            <dependency>
+                <groupId>net.snowflake</groupId>
+                <artifactId>snowflake-jdbc</artifactId>
+                <version>3.13.33</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to