xvrl commented on code in PR #15042:
URL: https://github.com/apache/druid/pull/15042#discussion_r1353081880
##########
pom.xml:
##########
@@ -1730,7 +1730,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.4</version>
+ <version>3.4.1</version>
+ <configuration>
+
<createDependencyReducedPom>false</createDependencyReducedPom>
+ </configuration>
Review Comment:
thanks, your PR actually helped me figure out why my build was failing
initially. I had missed one of the uses of the plugin which was causing cryptic
error messages.
--
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]