mansonliwh commented on code in PR #3296:
URL: https://github.com/apache/amoro/pull/3296#discussion_r1833618828
##########
amoro-ams/pom.xml:
##########
@@ -408,6 +409,66 @@
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.swagger.core.v3</groupId>
+ <artifactId>swagger-annotations</artifactId>
+ <version>2.2.10</version>
+ </dependency>
+
+ <dependency>
Review Comment:
> Do we need the dependency by default? Or should we separate them for the
doc and the SDK?
Thank you for your suggestion. I have already enabled the default 'skip'
option while separated the 'doc' and the 'sdk'.
--
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]