Skip to content

Commit 3c6cbc3

Browse files
authored
[#955] Update JSTL to Jakarta 2.0.0 version (#957)
1 parent 2372616 commit 3c6cbc3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

openam-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
16-
* Portions copyright 2017-2025 3A Systems, LLC
16+
* Portions copyright 2017-2026 3A Systems, LLC
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -363,8 +363,8 @@
363363
</dependency>
364364

365365
<dependency>
366-
<groupId>org.apache.taglibs</groupId>
367-
<artifactId>taglibs-standard-impl</artifactId>
366+
<groupId>org.glassfish.web</groupId>
367+
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
368368
</dependency>
369369

370370
<dependency>

openam-upgrade/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2015-2016 ForgeRock AS.
16-
* Portions copyright 2025 3A Systems LLC.
16+
* Portions copyright 2025-2026 3A Systems LLC.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919

@@ -69,8 +69,8 @@
6969
</dependency>
7070

7171
<dependency>
72-
<groupId>org.apache.taglibs</groupId>
73-
<artifactId>taglibs-standard-impl</artifactId>
72+
<groupId>org.glassfish.web</groupId>
73+
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
7474
</dependency>
7575
<dependency>
7676
<groupId>jakarta.servlet</groupId>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Copyright 2011-2016 ForgeRock AS.
1616
* Portions Copyrighted 2016 Agile Digital Engineering
17-
* Portions copyright 2017-2025 3A Systems, LLC
17+
* Portions copyright 2017-2026 3A Systems, LLC
1818
-->
1919
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2020
<modelVersion>4.0.0</modelVersion>
@@ -103,7 +103,7 @@
103103
<jaxrpc-impl.version>1.1.3_01</jaxrpc-impl.version>
104104
<jaxrpc-spi.version>1.1.3_01</jaxrpc-spi.version>
105105
<jsr311-api.version>1.1.1</jsr311-api.version>
106-
<jstl.version>1.2.5</jstl.version>
106+
<jstl.version>2.0.0</jstl.version>
107107
<mockito.version>2.23.4</mockito.version>
108108
<jersey-oauth.version>1.1.5.2</jersey-oauth.version>
109109
<relaxngDatatype.version>20020414</relaxngDatatype.version>
@@ -1245,8 +1245,8 @@
12451245
<version>${jsr311-api.version}</version>
12461246
</dependency>
12471247
<dependency>
1248-
<groupId>org.apache.taglibs</groupId>
1249-
<artifactId>taglibs-standard-impl</artifactId>
1248+
<groupId>org.glassfish.web</groupId>
1249+
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
12501250
<version>${jstl.version}</version>
12511251
</dependency>
12521252
<dependency>

0 commit comments

Comments
 (0)