This is an automated email from the ASF dual-hosted git repository.
nsabonyi 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 4082951506 NIFI-11708: Upgraded snowflake-ingest-sdk to 2.0.1 and
snowflake-jdbc to 3.13.33
4082951506 is described below
commit 4082951506d6fdc1dad12ff0b18887f759447d85
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
This closes #7393
Signed-off-by: Nandor Soma Abonyi <[email protected]>
---
.../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 b8716de9de..95661e2dd5 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 7e2790e4f7..9fe977b50f 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 7b6c6d37d6..f0043ebed3 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>