Skip to content

Commit

Permalink
Issue #6354 - fix bad slf4j reference in jetty-osgi-boot-jsp
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Jun 10, 2021
1 parent 6dea025 commit a6c04f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jetty-osgi/jetty-osgi-boot-jsp/pom.xml
Expand Up @@ -56,7 +56,9 @@
<Bundle-Classpath />
<Fragment-Host>org.eclipse.jetty.osgi.boot</Fragment-Host>
<Export-Package>!org.eclipse.jetty.osgi.boot.*</Export-Package>
<Import-Package>org.eclipse.jdt.*;resolution:=optional,
<Import-Package>
${osgi.slf4j.import.packages},
org.eclipse.jdt.*;resolution:=optional,
org.eclipse.jdt.core.compiler.*;resolution:=optional,
com.sun.el;resolution:=optional,
com.sun.el.lang;resolution:=optional,
Expand Down

0 comments on commit a6c04f8

Please sign in to comment.