aboutsummaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2022-11-19 18:46:16 +0000
committerVasyl Razinkov <vasyl.razinkov@est.tech>2022-11-20 17:40:21 +0000
commit843ffbeee4a48a5c61dc1dedbf5f352596f5bffa (patch)
tree61e4395011b93746158a17686ecf0a5ae84c40db /sdc-workflow-designer-ui/src
parent9bf89a232e97f9f9cbd71da9d8784cdf9b17004e (diff)
Align jetty version
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Change-Id: I90b61b52f87331d974dc919ecf4d89022d1df516 Issue-ID: SDC-4273
Diffstat (limited to 'sdc-workflow-designer-ui/src')
-rw-r--r--sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml b/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
index 92e847c8..e235c9c6 100644
--- a/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
+++ b/sdc-workflow-designer-ui/src/main/webapp/WEB-INF/jetty-web.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
<Set name="contextPath">/workflows</Set>