We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c373504 commit f1bd997Copy full SHA for f1bd997
mmc-dubbo-doe/pom.xml
@@ -53,6 +53,11 @@
53
<groupId>com.alibaba</groupId>
54
<artifactId>dubbo</artifactId>
55
<version>2.6.1</version>
56
+ <exclusions>
57
+ <exclusion>
58
+ <groupId>org.springframework</groupId>
59
+ </exclusion>
60
+ </exclusions>
61
</dependency>
62
<!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
63
<dependency>
0 commit comments