jbertram commented on code in PR #4746:
URL: https://github.com/apache/activemq-artemis/pull/4746#discussion_r1457612687
##########
pom.xml:
##########
@@ -1750,10 +1749,16 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>${version.org.jacoco.plugin}</version>
</plugin>
+ <plugin>
+ <!-- This is needed until
https://issues.apache.org/jira/browse/MSHADE-462 is resolved. Once that is
+ done then we can inherit the version from the Apache
parent POM. -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-shade-plugin</artifactId>
+ <version>3.4.1</version>
+ </plugin>
Review Comment:
Good idea!
--
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]