ci: exclude javax.mail
This commit is contained in:
parent
7fb4c513fe
commit
1be1b96d9e
|
@ -22,6 +22,12 @@
|
|||
<groupId>org.apache.jmeter</groupId>
|
||||
<artifactId>ApacheJMeter_components</artifactId>
|
||||
<version>${jmeter.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>mail</artifactId>
|
||||
<groupId>javax.mail</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- swagger 解析 -->
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue