turcsanyip 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_r397405548
##########
File path: nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/pom.xml
##########
@@ -92,6 +92,11 @@
<artifactId>nifi-distributed-cache-client-service-api</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-storage-file-datalake</artifactId>
+ <version>12.0.0-beta.12</version>
Review comment:
12.0.1 has been released in the meantime. Please update to this non-beta
version.
Could you please also move this compile dependency in front of the test
dependencies?
I would put it before jackson-core beacuse the jackson version override is
needed by this dependency.
----------------------------------------------------------------
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