Browse Source

fixed mail sender

pull/10682/head
YevhenBondarenko 2 years ago
parent
commit
fdfebe085c
  1. 2
      pom.xml

2
pom.xml

@ -1548,7 +1548,7 @@
<version>${json-schema-validator.version}</version>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<groupId>com.sun.mail</groupId>
<artifactId>mailapi</artifactId>
</exclusion>
</exclusions>

Loading…
Cancel
Save