Skip to content

Commit 6c37bd3

Browse files
authored
Fix mail dependency issue. (#405)
1 parent cf27a08 commit 6c37bd3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,12 @@
385385
<groupId>com.github.java-json-tools</groupId>
386386
<artifactId>json-schema-validator</artifactId>
387387
<version>2.2.8</version>
388+
<exclusions>
389+
<exclusion>
390+
<groupId>javax.mail</groupId>
391+
<artifactId>mailapi</artifactId>
392+
</exclusion>
393+
</exclusions>
388394
</dependency>
389395
</dependencies>
390396

0 commit comments

Comments
 (0)