just need to merge the email TLS

This commit is contained in:
Ken Stevens
2020-05-27 17:04:39 -04:00
parent f598dd8e1f
commit 0c9b9f7f77
10 changed files with 248 additions and 181 deletions

View File

@@ -12,7 +12,7 @@
<parent>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>
<artifactId>hapi-fhir-jpaserver-starter</artifactId>
@@ -255,7 +255,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.0-rc1</version>
<scope>test</scope>
</dependency>
</dependencies>
<packaging>war</packaging>