Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-03-04 17:07:53 +0000
committerAlexander Kurtakov2021-03-10 07:51:07 +0000
commit349cb9b840b28cd58e25437576e962f4997d8c97 (patch)
treeaef70789870fc2c2aba4d8a41adcd38c3baa8855
parentaa8b577a1dc176925cc42f9dc330ded55bf7d2f2 (diff)
downloadeclipse.platform.ua-349cb9b840b28cd58e25437576e962f4997d8c97.tar.gz
eclipse.platform.ua-349cb9b840b28cd58e25437576e962f4997d8c97.tar.xz
eclipse.platform.ua-349cb9b840b28cd58e25437576e962f4997d8c97.zip
Bug 569804 - Update to Jetty 10.0.1I20210310-0250
Adjust to Jetty 10.x Change-Id: Ie40f35a4d253d1df661662adbdc91b64a36eb191 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--infocenter-web/infocenter-product/infocenter.product2
1 files changed, 1 insertions, 1 deletions
diff --git a/infocenter-web/infocenter-product/infocenter.product b/infocenter-web/infocenter-product/infocenter.product
index e2ad62060..edd449fb1 100644
--- a/infocenter-web/infocenter-product/infocenter.product
+++ b/infocenter-web/infocenter-product/infocenter.product
@@ -34,7 +34,7 @@ org.osgi.framework.bootdelegation=*
<plugins>
<plugin id="com.ibm.icu"/>
<plugin id="javax.el"/>
- <plugin id="javax.servlet"/>
+ <plugin id="jakarta.servlet-api"/>
<plugin id="javax.servlet.jsp"/>
<plugin id="javax.xml"/>
<plugin id="org.apache.felix.scr"/>

Back to the top