fix(测试跟踪): pom文件排除平台插件的domain依赖
This commit is contained in:
parent
a15b425206
commit
f98e79ed09
|
@ -26,6 +26,12 @@
|
||||||
<artifactId>metersphere-platform-plugin-sdk</artifactId>
|
<artifactId>metersphere-platform-plugin-sdk</artifactId>
|
||||||
<groupId>io.metersphere</groupId>
|
<groupId>io.metersphere</groupId>
|
||||||
<version>${platform-plugin-sdk.version}</version>
|
<version>${platform-plugin-sdk.version}</version>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>io.metersphere</groupId>
|
||||||
|
<artifactId>domain</artifactId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue