File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 9898 <scope >provided</scope >
9999 </dependency >
100100 <dependency >
101- <groupId >javax .servlet</groupId >
102- <artifactId >javax .servlet-api</artifactId >
103- <version >3 .0.1 </version >
101+ <groupId >jakarta .servlet</groupId >
102+ <artifactId >jakarta .servlet-api</artifactId >
103+ <version >5 .0.0 </version >
104104 <scope >provided</scope >
105105 </dependency >
106106 <dependency >
107107 <groupId >jakarta.servlet.jsp</groupId >
108108 <artifactId >jakarta.servlet.jsp-api</artifactId >
109- <version >2.3.6 </version >
109+ <version >4.0.0 </version >
110110 <scope >provided</scope >
111111 </dependency >
112112 <dependency >
113113 <groupId >jakarta.jms</groupId >
114114 <artifactId >jakarta.jms-api</artifactId >
115- <version >2.0.3</version >
115+ <version >3.0.0</version >
116+ <scope >provided</scope >
117+ </dependency >
118+ <dependency >
119+ <groupId >jakarta.el</groupId >
120+ <artifactId >jakarta.el-api</artifactId >
121+ <version >4.0.0</version >
116122 <scope >provided</scope >
117123 </dependency >
118124 <dependency >
139145 <version >3.2.18.RELEASE</version >
140146 <scope >test</scope >
141147 </dependency >
142- <dependency >
143- <groupId >jakarta.el</groupId >
144- <artifactId >jakarta.el-api</artifactId >
145- <version >3.0.3</version >
146- <scope >test</scope >
147- </dependency >
148148 </dependencies >
149149
150150 <build >
You can’t perform that action at this time.
0 commit comments