blaze-postoffice
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-postoffice</artifactId>
<version>2.11.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>blaze-postoffice</artifactId>
<name>blaze-postoffice</name>
<packaging>jar</packaging>
<parent>
<groupId>com.fizzed</groupId>
<artifactId>blaze</artifactId>
<version>2.11.0</version>
</parent>
<properties>
<main.java.package>com.fizzed.blaze.postoffice</main.java.package>
</properties>
<dependencies>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>blaze-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>angus-mail</artifactId>
<version>2.0.3</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>com.icegreen</groupId>
<artifactId>greenmail-standalone</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>crux-util</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>