Skip to content

Commit

Permalink
Merge pull request #6356 from tjwatson/jetty-10.0.x
Browse files Browse the repository at this point in the history
Fixes #6354 - allow jetty bundles to use 1.7 slf4j
  • Loading branch information
joakime committed Jun 3, 2021
2 parents c151b04 + 256ee34 commit fbbe584
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -741,6 +741,10 @@
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
<Bundle-Classpath>.</Bundle-Classpath>
<Bundle-Copyright>Copyright (c) 2008-2021 Mort Bay Consulting Pty Ltd and others.</Bundle-Copyright>
<Import-Package>
org.slf4j.*;version="[1.7,3.0)",
*
</Import-Package>
<_provider-policy><![CDATA[$<range;[===,=+)>]]></_provider-policy>
<_consumer-policy><![CDATA[$<range;[===,+)>]]></_consumer-policy>
<_noee>true</_noee>
Expand Down

0 comments on commit fbbe584

Please sign in to comment.