fix: 修复slf4j jar冲突
This commit is contained in:
parent
554eac82ff
commit
2fd6dc1316
|
@ -265,6 +265,12 @@
|
|||
<groupId>io.metersphere</groupId>
|
||||
<artifactId>metersphere-plugin-core</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>log4j-slf4j-impl</artifactId>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!--随机数据生成API-->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue