gnodet commented on code in PR #579: URL: https://github.com/apache/mina-sshd/pull/579#discussion_r1711068153
########## pom.xml: ########## @@ -698,16 +698,6 @@ <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> Review Comment: No need, I doubled check that it does not work. There are a few open JIRA about that, but in short, the only profiles that are activated in the context of a child project are the file-based activated profiles. All other profiles are activated and applied in the context of the parent, then inherited. -- 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: dev-unsubscr...@mina.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org For additional commands, e-mail: dev-h...@mina.apache.org