Commit 34d3e9d3 authored by liaozan's avatar liaozan 🏀

Initial commit

parent 4f51b802
...@@ -163,6 +163,10 @@ ...@@ -163,6 +163,10 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
</exclusion> </exclusion>
<exclusion>
<artifactId>dubbo-monitor-api</artifactId>
<groupId>org.apache.dubbo</groupId>
</exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
...@@ -188,6 +192,10 @@ ...@@ -188,6 +192,10 @@
<artifactId>log4j</artifactId> <artifactId>log4j</artifactId>
<groupId>log4j</groupId> <groupId>log4j</groupId>
</exclusion> </exclusion>
<exclusion>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-container-api</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