* correcting OSGI Manifest generation on Jetty 12 * remove Bundle-RequiredExecutionEnvironment * remove _noee=true
This commit is contained in:
parent
085ea8ce0b
commit
2d959a60f2
2
pom.xml
2
pom.xml
|
@ -840,7 +840,6 @@
|
|||
<instructions>
|
||||
<Bundle-SymbolicName>${bundle-symbolic-name}</Bundle-SymbolicName>
|
||||
<Bundle-Description>Jetty module for ${project.name}</Bundle-Description>
|
||||
<Bundle-RequiredExecutionEnvironment>JavaSE-11</Bundle-RequiredExecutionEnvironment>
|
||||
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
|
||||
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
||||
<Bundle-Classpath>.</Bundle-Classpath>
|
||||
|
@ -851,7 +850,6 @@
|
|||
</Import-Package>
|
||||
<_provider-policy><![CDATA[$<range;[===,=+)>]]></_provider-policy>
|
||||
<_consumer-policy><![CDATA[$<range;[===,+)>]]></_consumer-policy>
|
||||
<_noee>true</_noee>
|
||||
</instructions>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
Loading…
Reference in New Issue