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>
|
||||
<groupId>ca.uhn.hapi.fhir</groupId>
|
||||
<artifactId>hapi-fhir-testpage-overlay</artifactId>
|
||||
<excludes>
|
||||
<exclude>WEB-INF/classes/**/*.class</exclude>
|
||||
</excludes>
|
||||
</overlay>
|
||||
</overlays>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue