SbloodyS commented on code in PR #10301:
URL: https://github.com/apache/dolphinscheduler/pull/10301#discussion_r884856697
##########
dolphinscheduler-dao/pom.xml:
##########
@@ -123,6 +123,12 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-annotations</artifactId>
+ <version>1.5.24</version>
+ <scope>compile</scope>
+ </dependency>
Review Comment:
> This dependency should not be added in `dao` module, shouldn't it be added
in api module?
It's added automatically by idea. I'll fix it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]