desruisseaux commented on code in PR #985: URL: https://github.com/apache/maven-compiler-plugin/pull/985#discussion_r2459718067
########## src/it/default-fork/src/test/java/MyTest.java: ########## @@ -18,6 +18,4 @@ */ package foo; -import junit.framework.TestCase; Review Comment: Same comment as above about keeping something (anything) available only under the `test` scope, for verifying that the compiler put the correct dependencies on the classpath. -- 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]
