Skip to content

Commit

Permalink
Merge pull request #4978 from eclipse/jetty-10.0.x-JettyHome-slf4j-impl
Browse files Browse the repository at this point in the history
only include jetty-slf4j-impl jar once in jetty-home
  • Loading branch information
lachlan-roberts authored Jun 18, 2020
2 parents 25c5466 + 3d10b2e commit 975eb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-home/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
org.eclipse.jetty.orbit,org.eclipse.jetty.http2,org.eclipse.jetty.websocket,org.eclipse.jetty.fcgi,org.eclipse.jetty.toolchain,org.apache.taglibs
</excludeGroupIds>
<excludeArtifactIds>
jetty-all,apache-jsp,apache-jstl,jetty-start,jetty-spring
jetty-all,apache-jsp,apache-jstl,jetty-start,jetty-spring,jetty-slf4j-impl
</excludeArtifactIds>
<includeTypes>jar</includeTypes>
<outputDirectory>${assembly-directory}/lib</outputDirectory>
Expand Down

0 comments on commit 975eb05

Please sign in to comment.