"...git@gitlab.schbrain.com:panwangnan/schbrain-parent.git" did not exist on "59534eb70ae9a001f000c71c4d8f56dea258bfac"
Commit 54229b6b authored by liaozan's avatar liaozan 🏀

Exclusion fastjson、fastjson2、gson from dubbo-common

parent fb0821d1
...@@ -267,6 +267,14 @@ ...@@ -267,6 +267,14 @@
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment