gnodet commented on code in PR #579: URL: https://github.com/apache/mina-sshd/pull/579#discussion_r1708055333
########## 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: Those can be moved to a profile which can be activated by the presence or absence of a property in the maven project. So only the `sshd-benchmarks` POM would have to define this property, but all other subprojects would contain the dependencies. -- 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