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 <nsabonyi@apache.org>
This commit is contained in:
Peter Turcsanyi 2023-06-16 13:11:00 +02:00 committed by Nandor Soma Abonyi
parent a5ae155839
commit 4082951506
No known key found for this signature in database
GPG Key ID: AFFFD8C3A1A88ED7
3 changed files with 15 additions and 2 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>