Skip to content

spring-boot-jetty has an unnecessary dependency on jetty-ee11-servlets #48677

@vpavic

Description

@vpavic

While migrating one project from Tomcat to Jetty, I noticed that spring-boot-jetty has api dependency on org.eclipse.jetty.ee11:jetty-ee11-servlets:

api("org.eclipse.jetty.ee11:jetty-ee11-servlets")

It's unclear why this is the case as there seem to be no usages of anything from Jetty Servlets and this module is either way quite thin these days.

Consider removing this dependency from spring-boot-jetty or making it an optional dependency.

Metadata

Metadata

Assignees

Labels

for: upgrade-attentionAn issue requiring extra attention when upgradingtype: bugA general bug

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions