Update JSP and JSTL to final api and impl Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
diff --git a/appserver/pom.xml b/appserver/pom.xml index 7775947..4c8e922 100644 --- a/appserver/pom.xml +++ b/appserver/pom.xml
@@ -145,23 +145,23 @@ <yasson.version>2.0.1</yasson.version> <!-- Jakarta Server Pages --> - <jsp-api.version>3.0.0-RC2</jsp-api.version> - <jsp-impl.version>3.0.0-RC1</jsp-impl.version> - - <!-- Used for Jakarta XML Web Services --> - <woodstox.version>6.2.1</woodstox.version> - <stax2-api.version>4.2.1</stax2-api.version> + <jsp-api.version>3.0.0</jsp-api.version> + <jsp-impl.version>3.0.0</jsp-impl.version> <!-- Jakarta Standard Tag Library --> <jstl-api.version>2.0.0</jstl-api.version> - <jstl-impl.version>2.0.0-M2</jstl-impl.version> - + <jstl-impl.version>2.0.0</jstl-impl.version> + <!-- CDI --> <cdi-api.version>3.0.0</cdi-api.version> <weld.version>4.0.0.Beta5</weld.version> <jboss.classfilewriter.version>1.2.4.Final</jboss.classfilewriter.version> + + <!-- Used for Jakarta XML Web Services --> + <woodstox.version>6.2.1</woodstox.version> + <stax2-api.version>4.2.1</stax2-api.version> <!-- Admin console components --> <jsftemplating.version>3.0.0-M2</jsftemplating.version>