From e032592229668e42db9c0fa4f15ede829c009667 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 14 Nov 2024 15:59:35 +0100 Subject: [PATCH] OF-2717: Plugins should use JSP compiler from new Jetty In this version of Openfire, Jetty is updated from 10 to 12 (using EE8). When a plugin compiles its JSPs against this version of Openfire, it should use the JSP-compiler of that Jetty version (the Maven artifacts of the compiler have changed). --- plugins/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/pom.xml b/plugins/pom.xml index 0da383fb75..8c7ca7dcef 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -323,8 +323,8 @@ - org.eclipse.jetty - jetty-jspc-maven-plugin + org.eclipse.jetty.ee8 + jetty-ee8-jspc-maven-plugin ${jetty.version} ${project.build.sourceDirectory}/../web