liaozan opened a new issue, #11833:
URL: https://github.com/apache/dubbo/issues/11833

   ```xml
   <dependency>
       <groupId>com.alibaba</groupId>
       <artifactId>fastjson</artifactId>
       <scope>provided</scope>
   </dependency>
   ```
   
   ```xml
   <dependency>
       <groupId>com.google.code.gson</groupId>
       <artifactId>gson</artifactId>
       <scope>provided</scope>
   </dependency>
   ```
   
   
   这 2 个依赖从语义上来看,应该是 optional 的吧?
   现在 scope 是 provider 的,如果应用程序中,两个 json 框架都没引入,虽然最终都会抛异常提醒用户进行 json 框架的引入
   但是从语义上来说,可能改成 optional 的会不会更合适呢?


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to