<dependency>
<groupId>net.optionfactory.spring</groupId>
<artifactId>email</artifactId>
<version>10.3</version>
</dependency>
<parent> <groupId>net.optionfactory.spring</groupId> <artifactId>optionfactory-spring</artifactId> <version>10.3</version> </parent>
compile
|-- net.optionfactory.spring:thymeleaf
|-- org.springframework:spring-core
|-- org.springframework:spring-context-support
|-- jakarta.mail:jakarta.mail-api
|-- org.eclipse.angus:angus-mail
test
|-- org.springframework:spring-test
|-- org.apache.logging.log4j:log4j-slf4j2-impl
|-- junit:junit