Merge branch 'master' into gg-v5.2.11

This commit is contained in:
Grahame Grieve 2020-12-15 16:35:49 +11:00 committed by GitHub
commit 7260b9751d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

@ -270,9 +270,13 @@
<extensions>true</extensions> <extensions>true</extensions>
<configuration> <configuration>
<instructions> <instructions>
<Fragment-Host> <_nouses>true</_nouses>
ca.uhn.hapi.fhir.hapi-fhir-base <_removeheaders>Built-By, Include-Resource, Private-Package, Require-Capability</_removeheaders>
</Fragment-Host> <!-- No need to disable normal OSGi class loading
<Fragment-Host>
ca.uhn.hapi.fhir.hapi-fhir-base
</Fragment-Host>
-->
</instructions> </instructions>
</configuration> </configuration>
</plugin> </plugin>