quick fix to avoid including duplicate copies of hapi-fhir-testpage-overlay classes (#1878)

This commit is contained in:
Joel Schneider (NMDP) 2020-07-06 12:43:51 -05:00 committed by GitHub
parent 11ad41d472
commit 1266619e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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>