build: pom exclude something.
This commit is contained in:
parent
55989e31ec
commit
ec4bfe6515
|
@ -14,8 +14,8 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>mybatis-plus-annotation</artifactId>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-boot-starter</artifactId>
|
||||
<version>${mybatis-plus-starter.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -43,6 +43,12 @@
|
|||
<groupId>io.metersphere</groupId>
|
||||
<artifactId>metersphere-jmeter-functions</artifactId>
|
||||
<version>${metersphere-jmeter-functions.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>rhino-engine</artifactId>
|
||||
<groupId>org.mozilla</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- 基础包 -->
|
||||
<dependency>
|
||||
|
@ -410,6 +416,10 @@
|
|||
<artifactId>mailapi</artifactId>
|
||||
<groupId>com.sun.mail</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>rhino</artifactId>
|
||||
<groupId>org.mozilla</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue