shoothzj commented on code in PR #5019: URL: https://github.com/apache/opendal/pull/5019#discussion_r1721737169
########## integrations/spring/opendal-spring-boot-starter-reactive/pom.xml: ########## @@ -41,6 +41,11 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-autoconfigure</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-test</artifactId> + <scope>test</scope> + </dependency> Review Comment: @tisonkun I plan to add tests in the future to guard the bean load successfully. -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org