Skip to content

Commit 5ff4607

Browse files
authored
TRUNK-6460:Add jakarta.servlet.jsp.jstl dependency to POM files (#5442)
1 parent b91c1da commit 5ff4607

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@
112112
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
113113
<version>3.0.2</version>
114114
</dependency>
115+
<dependency>
116+
<groupId>org.glassfish.web</groupId>
117+
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
118+
<version>3.0.1</version>
119+
</dependency>
115120
<dependency>
116121
<groupId>org.apache.velocity</groupId>
117122
<artifactId>velocity</artifactId>

web/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
<groupId>jakarta.servlet.jsp.jstl</groupId>
5656
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
5757
</dependency>
58+
<dependency>
59+
<groupId>org.glassfish.web</groupId>
60+
<artifactId>jakarta.servlet.jsp.jstl</artifactId>
61+
</dependency>
5862
<dependency>
5963
<groupId>commons-io</groupId>
6064
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)