Commit bbbfac84 authored by shiyu's avatar shiyu

jar冲突

parent 2b3a4045
...@@ -41,6 +41,28 @@ ...@@ -41,6 +41,28 @@
<groupId>com.wwdz.mall</groupId> <groupId>com.wwdz.mall</groupId>
<artifactId>notify-api</artifactId> <artifactId>notify-api</artifactId>
<version>1.9.5-RELEASE</version> <version>1.9.5-RELEASE</version>
<exclusions>
<exclusion>
<artifactId>kunlun-common</artifactId>
<groupId>com.wwdz.kunlun</groupId>
</exclusion>
<exclusion>
<artifactId>kunlun-sdk</artifactId>
<groupId>com.wwdz.kunlun</groupId>
</exclusion>
<exclusion>
<artifactId>kunlunmanager-api</artifactId>
<groupId>com.wwdz.kunlun</groupId>
</exclusion>
<exclusion>
<artifactId>live-api</artifactId>
<groupId>com.wwdz.mall</groupId>
</exclusion>
<exclusion>
<artifactId>ons-client-ext</artifactId>
<groupId>com.aliyun.openservices</groupId>
</exclusion>
</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