MuazmaZ commented on a change in pull request #4126: NIFI-7103 Adding
PutAzureDataLakeStorage Processor to provide native support for Azure Data Lake
Storage Gen 2
URL: https://github.com/apache/nifi/pull/4126#discussion_r395781777
##########
File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
##########
@@ -74,7 +74,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>${jackson.version}</version>
+ <version>2.10.1</version>
Review comment:
Yes, it's required to use the latest sdk release. 2.10.1 matches the azure
core sdk. I would stick to the azure version as compared to the latest. Let me
know if it makes sense.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services