Fixed broken Unit Tester. (#4889)

* Fixed broken Unit Tester.

* Fixed issue with compilation against CDR.

* Fixed an overlay id value in the kotlin pom.xml.
This commit is contained in:
Kevin Dougan SmileCDR 2023-05-15 21:48:29 -04:00 committed by GitHub
parent 05defb58c5
commit 2fd2d95c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,6 +103,7 @@ import static org.hamcrest.Matchers.empty;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;

View File

@ -183,8 +183,7 @@
</archive>
<overlays>
<overlay>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-testpage-overlay</artifactId>
<id>hapi-fhir-base-test-jaxrsserver-kotlin</id>
<excludes>
<exclude>WEB-INF/classes/**/*.class</exclude>
</excludes>