remove unnecessary (& problem causing) Fragment-Host from OSGi manifest

This commit is contained in:
Bill Denton 2020-12-02 13:01:03 -08:00 committed by James Agnew
parent 3d3bda30ec
commit 737550538c
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

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