Skip to content

Commit

Permalink
Do not import o.e.jetty.servlet in server.jetty feature
Browse files Browse the repository at this point in the history
Bundle changed id to o.e.jetty.ee8.servlet and import it not needed as
it's a dependency of o.e.eqinox.http.jetty which is included in the
feature and thus the servlet bundle will come as transitive dependency.
  • Loading branch information
akurtakov committed Oct 4, 2023
1 parent b89f7f0 commit ad90b69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion features/org.eclipse.equinox.server.jetty/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<import plugin="org.eclipse.jetty.io"/>
<import plugin="org.eclipse.jetty.security"/>
<import plugin="org.eclipse.jetty.server"/>
<import plugin="org.eclipse.jetty.servlet"/>
<import plugin="org.eclipse.jetty.util"/>
<import plugin="org.eclipse.jetty.util.ajax"/>
</requires>
Expand Down

0 comments on commit ad90b69

Please sign in to comment.