xiangfu0 commented on code in PR #8933:
URL: https://github.com/apache/pinot/pull/8933#discussion_r902942042
##########
pinot-plugins/pom.xml:
##########
@@ -90,7 +90,19 @@
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.1</version>
+ <version>3.3.0</version>
Review Comment:
cause this bouncycastle lib has multi-release, so the shade plugin doesn't
have a compilation error. The fix is to add dependency of asm for this. I can
revert the version upgrade and retry.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]