Skip to content

Commit f1bd997

Browse files
committed
去掉dubbo spring依赖
1 parent c373504 commit f1bd997

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmc-dubbo-doe/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
<groupId>com.alibaba</groupId>
5454
<artifactId>dubbo</artifactId>
5555
<version>2.6.1</version>
56+
<exclusions>
57+
<exclusion>
58+
<groupId>org.springframework</groupId>
59+
</exclusion>
60+
</exclusions>
5661
</dependency>
5762
<!-- https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper -->
5863
<dependency>

0 commit comments

Comments
 (0)