Jetty dependency | Community
Skip to main content
Level 1
March 2, 2026
Question

Jetty dependency

  • March 2, 2026
  • 0 replies
  • 12 views

Usage of deprecated package found : org.eclipse.jetty.http : The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported. Deprecated since 2021-05-27 For removal : 2025-08-31

The cloud build log shows warnings/errors related to org.eclipse.jetty packages, which indicates that we must remove all Jetty imports from the project.

I reviewed the “Deprecated and Removed Features” page for Adobe Experience Manager and, based on its guidance, added all the recommended Jetty versions to the core POM. However, the issue still persists and the dependency conflict is not resolved. Since I cannot remove the Jetty‑dependent code, I need an alternative solution.