mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 14:05:26 +00:00
NIFI-12126: Downgrade snowflake-jdbc to 3.13.33
snowflake-ingest-sdk:2.0.3 is not compatible with snowflake-jdbc:3.14.x Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #7790.
This commit is contained in:
parent
5a55bc4a55
commit
24994a53c3
@ -40,7 +40,8 @@
|
||||
<dependency>
|
||||
<groupId>net.snowflake</groupId>
|
||||
<artifactId>snowflake-jdbc</artifactId>
|
||||
<version>3.14.1</version>
|
||||
<!-- please check snowflake-ingest-sdk compatibility before upgrade -->
|
||||
<version>3.13.33</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
Loading…
x
Reference in New Issue
Block a user