quick fix to avoid including duplicate copies of hapi-fhir-testpage-overlay classes (#1878)
This commit is contained in:
parent
11ad41d472
commit
1266619e37
|
@ -232,6 +232,9 @@
|
||||||
<overlay>
|
<overlay>
|
||||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||||
<artifactId>hapi-fhir-testpage-overlay</artifactId>
|
<artifactId>hapi-fhir-testpage-overlay</artifactId>
|
||||||
|
<excludes>
|
||||||
|
<exclude>WEB-INF/classes/**/*.class</exclude>
|
||||||
|
</excludes>
|
||||||
</overlay>
|
</overlay>
|
||||||
</overlays>
|
</overlays>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue