This commit is contained in:
Tadgh
2021-08-27 16:29:06 -04:00
parent 5038b5bd2c
commit 6e876c1502
5 changed files with 53 additions and 16 deletions

View File

@@ -83,6 +83,12 @@
<artifactId>hapi-fhir-base</artifactId>
<version>${project.version}</version>
</dependency>
<!-- This dependency includes the EmailSenderImpl we will be using instead of standard javamail.-->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-subscription</artifactId>
<version>${project.version}</version>
</dependency>
<!-- This dependency includes the JPA server itself, which is packaged separately from the rest of HAPI FHIR -->
<dependency>