fix(测试跟踪): pom文件排除平台插件的domain依赖

This commit is contained in:
chenjianxing 2022-12-01 10:10:33 +08:00 committed by CaptainB
parent a15b425206
commit f98e79ed09
1 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,12 @@
<artifactId>metersphere-platform-plugin-sdk</artifactId>
<groupId>io.metersphere</groupId>
<version>${platform-plugin-sdk.version}</version>
<exclusions>
<exclusion>
<groupId>io.metersphere</groupId>
<artifactId>domain</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>