mirror of https://github.com/jenkinsci/jenkins.git
Manage the version of `jakarta.servlet-api` consistently with the version of `jakarta.servlet.jsp.jstl-api` (#9288)
This commit is contained in:
parent
35b39593b7
commit
02cc1ccd5c
|
@ -145,6 +145,11 @@ THE SOFTWARE.
|
|||
<artifactId>jenkins-stapler-support</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>4.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jakarta.servlet.jsp.jstl</groupId>
|
||||
<artifactId>jakarta.servlet.jsp.jstl-api</artifactId>
|
||||
|
|
|
@ -443,7 +443,6 @@ THE SOFTWARE.
|
|||
<dependency>
|
||||
<groupId>jakarta.servlet</groupId>
|
||||
<artifactId>jakarta.servlet-api</artifactId>
|
||||
<version>4.0.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue