clebertsuconic commented on a change in pull request #3846:
URL: https://github.com/apache/activemq-artemis/pull/3846#discussion_r748727573
##########
File path: artemis-commons/pom.xml
##########
@@ -53,6 +71,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_core</artifactId>
+ <scope>provided</scope>
Review comment:
I was playing between provided and compile..
The issue with compiled is shade will not pick it up.
Shade will generate another PR, but maven will not look at it internally.
It's a bit of a mess I'm not being able to figure out.
--
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]