<groupId>ch.qos.logback</groupId>
                        <artifactId>logback-core</artifactId>
                </exclusion>
+               <exclusion>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>mailapi</artifactId>
+               </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <artifactId>jackson-databind</artifactId>
            <version>2.9.6</version>
        </dependency>
+       <!-- https://mvnrepository.com/artifact/com.sun.mail/mailapi -->
+       <dependency>
+           <groupId>com.sun.mail</groupId>
+           <artifactId>mailapi</artifactId>
+           <version>1.6.3</version>
+           <scope>test</scope>
+       </dependency>
+       <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.datatype/jackson-datatype-jsr310 -->
+       <dependency>
+           <groupId>com.fasterxml.jackson.datatype</groupId>
+           <artifactId>jackson-datatype-jsr310</artifactId>
+           <version>2.9.8</version>
+       </dependency>
+               <!-- https://mvnrepository.com/artifact/org.apache.ant/ant -->
+       <dependency>
+           <groupId>org.apache.ant</groupId>
+           <artifactId>ant</artifactId>
+           <version>1.10.5</version>
+       </dependency>
   </dependencies>
 </project>