Updates to build
This commit is contained in:
parent
caf7cea4c6
commit
d6a6a553db
|
@ -19,7 +19,7 @@
|
|||
<artifactId>org.hl7.fhir.validation</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<!--
|
||||
The following dependencies are all listed as optional dependencies in
|
||||
org.hl7.fhir.utilities (and others) but are required for the CLI to work,
|
||||
|
@ -66,6 +66,7 @@
|
|||
<goal>shade</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<shadedClassifierName/>
|
||||
<transformers>
|
||||
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
|
||||
<mainClass>org.hl7.fhir.r4.validation.Validator</mainClass>
|
||||
|
|
Loading…
Reference in New Issue