Remove toublesome test jars in validation pom

This commit is contained in:
dotasek 2022-06-24 12:17:15 -04:00
parent ae8b21014a
commit 48967bd9cb
1 changed files with 0 additions and 16 deletions

View File

@ -25,23 +25,7 @@
<artifactId>org.hl7.fhir.utilities</artifactId>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.utilities</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>org.hl7.fhir.r5</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<!-- FHIR Versions -->
<dependency>