build: 去掉重复引入的jar (#12098)

* build: 去掉重复引入的jar

Co-authored-by: CaptainB <bin@fit2cloud.com>
This commit is contained in:
MeterSphere Bot 2022-03-29 18:21:52 +08:00 committed by GitHub
parent 76409e31b7
commit ca5b97fbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,14 @@
<artifactId>servlet-api</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
<exclusion>
<artifactId>geronimo-spec-javamail</artifactId>
<groupId>geronimo-spec</groupId>
</exclusion>
</exclusions>
</dependency>
@ -184,6 +192,10 @@
<artifactId>netty</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>mail</artifactId>
<groupId>javax.mail</groupId>
</exclusion>
</exclusions>
</dependency>