fixed GraphQLEngineTest.beforeClass:181 » Runtime HAPI-2200: No Cache Service Provid... (#4292)
Co-authored-by: Ken Stevens <ken@smilecdr.com>
This commit is contained in:
parent
61579aae7e
commit
84d4097964
|
@ -85,6 +85,12 @@
|
||||||
<!--
|
<!--
|
||||||
Test dependencies on other optional parts of HAPI
|
Test dependencies on other optional parts of HAPI
|
||||||
-->
|
-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
|
<artifactId>hapi-fhir-caching-testing</artifactId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir-client</artifactId>
|
<artifactId>hapi-fhir-client</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue