Commit 1848ec29 by huangfusuper

解决maven循环依赖

parent ddb5aa1c
...@@ -44,6 +44,10 @@ ...@@ -44,6 +44,10 @@
<groupId>myth-job</groupId> <groupId>myth-job</groupId>
<artifactId>myth-core-common</artifactId> <artifactId>myth-core-common</artifactId>
</exclusion> </exclusion>
<exclusion>
<groupId>myth-job</groupId>
<artifactId>myth-web-core</artifactId>
</exclusion>
</exclusions> </exclusions>
</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