rfscholte commented on a change in pull request #351:
URL: https://github.com/apache/maven/pull/351#discussion_r429633835
##########
File path: maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java
##########
@@ -19,6 +19,7 @@
* under the License.
*/
+import com.google.common.annotations.VisibleForTesting;
Review comment:
This looks like a guava class. We want to avoid guava in our codebase,
and only keep it as a transitive dependency for sisu(?). A comment explaining
its visibility is good enough
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]