remove unnecessary (& problem causing) Fragment-Host from OSGi manifest
This commit is contained in:
parent
3d3bda30ec
commit
737550538c
4
pom.xml
4
pom.xml
|
@ -270,9 +270,13 @@
|
||||||
<extensions>true</extensions>
|
<extensions>true</extensions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<instructions>
|
<instructions>
|
||||||
|
<_nouses>true</_nouses>
|
||||||
|
<_removeheaders>Built-By, Include-Resource, Private-Package, Require-Capability</_removeheaders>
|
||||||
|
<!-- No need to disable normal OSGi class loading
|
||||||
<Fragment-Host>
|
<Fragment-Host>
|
||||||
ca.uhn.hapi.fhir.hapi-fhir-base
|
ca.uhn.hapi.fhir.hapi-fhir-base
|
||||||
</Fragment-Host>
|
</Fragment-Host>
|
||||||
|
-->
|
||||||
</instructions>
|
</instructions>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue