rzo1 commented on code in PR #3678:
URL: https://github.com/apache/storm/pull/3678#discussion_r1718563803
##########
pom.xml:
##########
@@ -1012,6 +1013,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
Review Comment:
Is there a reason for the legacy artifact instead of
https://mvnrepository.com/artifact/org.bouncycastle/bcpkix-jdk18on/1.78.1 ? We
have a Java 11 baseline.
--
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]