JoshuaChen commented on code in PR #34409: URL: https://github.com/apache/shardingsphere/pull/34409#discussion_r1922151379
########## db-protocol/core/pom.xml: ########## @@ -39,6 +39,11 @@ <version>${project.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest</artifactId> + <scope>test</scope> + </dependency> Review Comment: Although hamcrest was configured in the main pom.xml, the submodule still couldn't find the package when running the test locally. I found a global duplicate configuration (without scope) before my change in the main pom.xml -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org