emiliosetiadarma commented on a change in pull request #5274:
URL: https://github.com/apache/nifi/pull/5274#discussion_r682149145
##########
File path: nifi-commons/nifi-sensitive-property-provider/pom.xml
##########
@@ -59,6 +59,40 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-core</artifactId>
+ <version>1.18.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.azure</groupId>
+ <artifactId>azure-core-http-netty</artifactId>
Review comment:
Doing some testing with this exclusion, will test the full build, will
include this exclusion if full build is good
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]