From 9c0319083993be85c758509d7e665e4b022c9e58 Mon Sep 17 00:00:00 2001 From: Michiel Meeuwissen Date: Tue, 18 Jun 2024 23:55:46 +0200 Subject: [PATCH] Upped jstl --- pom.xml | 4 ++-- .../resources/META-INF/resources/thesaurus/example/index.jspx | 2 +- .../resources/META-INF/resources/thesaurus/popup/index.jsp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ab6849e..9d1c674 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ nl.vpro.poms poms-parent - 8.0.0 + 8.2-SNAPSHOT poms thesaurus - 8.1-SNAPSHOT + 8.2-SNAPSHOT poms-thesaurus Thesaurus diff --git a/src/main/resources/META-INF/resources/thesaurus/example/index.jspx b/src/main/resources/META-INF/resources/thesaurus/example/index.jspx index 37a423a..42c95bf 100644 --- a/src/main/resources/META-INF/resources/thesaurus/example/index.jspx +++ b/src/main/resources/META-INF/resources/thesaurus/example/index.jspx @@ -2,7 +2,7 @@ xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0" xmlns:npo="https://www.vpro.nl/shared/tags/npo" - xmlns:c="http://java.sun.com/jsp/jstl/core"> + xmlns:c="jakarta.tags.core"> <%@ page import="java.util.Objects" %><%@ page import="org.springframework.web.context.ContextLoader" %><%@taglib - prefix="c" uri="http://java.sun.com/jsp/jstl/core" + prefix="c" uri="jakarta.tags.core" %><%@taglib prefix="npo" uri="https://www.vpro.nl/shared/tags/npo" %><%