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:
parent
05defb58c5
commit
2fd2d95c88
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue