Fix up test

This commit is contained in:
Tadgh
2023-08-10 09:30:01 -07:00
parent 3c395e9dbe
commit f7853f5e19
2 changed files with 34 additions and 17 deletions

View File

@@ -247,6 +247,12 @@
</dependency>
<!-- The following dependencies are only needed for automated unit tests, you do not neccesarily need them to run the example. -->
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-jpaserver-test-utilities</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>