Unable to save email send to WebWolf #419

This commit is contained in:
nbaars
2018-01-10 09:19:20 +01:00
parent ae92ac6808
commit e801b0917d
3 changed files with 60 additions and 1 deletions

View File

@ -78,6 +78,13 @@
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
</dependency>
<!-- ************* START: Dependencies for Unit and Integration Testing ************** -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>