michael-o commented on code in PR #176: URL: https://github.com/apache/maven-release/pull/176#discussion_r1140384907
########## maven-release-manager/pom.xml: ########## @@ -161,6 +161,19 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-core</artifactId> + <version>1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.sonatype.sisu</groupId> + <artifactId>sisu-guice</artifactId> + <version>3.2.3</version> + <classifier>no_aop</classifier> + <scope>test</scope> Review Comment: I left this one out since the actual dep is in provided scope and it does not matter at runtime. -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org