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 98
98
<scope >provided</scope >
99
99
</dependency >
100
100
<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 >
104
104
<scope >provided</scope >
105
105
</dependency >
106
106
<dependency >
107
107
<groupId >jakarta.servlet.jsp</groupId >
108
108
<artifactId >jakarta.servlet.jsp-api</artifactId >
109
- <version >2.3.6 </version >
109
+ <version >4.0.0 </version >
110
110
<scope >provided</scope >
111
111
</dependency >
112
112
<dependency >
113
113
<groupId >jakarta.jms</groupId >
114
114
<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 >
116
122
<scope >provided</scope >
117
123
</dependency >
118
124
<dependency >
139
145
<version >3.2.18.RELEASE</version >
140
146
<scope >test</scope >
141
147
</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 >
148
148
</dependencies >
149
149
150
150
<build >
You can’t perform that action at this time.
0 commit comments