File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 162
162
</dependency >
163
163
164
164
<dependency >
165
- <groupId >javax .interceptor</groupId >
166
- <artifactId >javax .interceptor-api</artifactId >
167
- <version >1.2.2 </version >
165
+ <groupId >jakarta .interceptor</groupId >
166
+ <artifactId >jakarta .interceptor-api</artifactId >
167
+ <version >2.0.0 </version >
168
168
<scope >test</scope >
169
169
</dependency >
170
170
171
171
<dependency >
172
- <groupId >javax .el</groupId >
173
- <artifactId >el-api</artifactId >
174
- <version >2.2 </version >
172
+ <groupId >jakarta .el</groupId >
173
+ <artifactId >jakarta. el-api</artifactId >
174
+ <version >4.0.0 </version >
175
175
<scope >test</scope >
176
176
</dependency >
177
177
178
178
<dependency >
179
- <groupId >javax .enterprise</groupId >
180
- <artifactId >cdi-api</artifactId >
179
+ <groupId >jakarta .enterprise</groupId >
180
+ <artifactId >jakarta.enterprise. cdi-api</artifactId >
181
181
<version >${cdi} </version >
182
182
<optional >true</optional >
183
183
<scope >provided</scope >
190
190
</dependency >
191
191
192
192
<dependency >
193
- <groupId >javax .annotation</groupId >
194
- <artifactId >javax .annotation-api</artifactId >
195
- <version >${javax -annotation-api} </version >
193
+ <groupId >jakarta .annotation</groupId >
194
+ <artifactId >jakarta .annotation-api</artifactId >
195
+ <version >${jakarta -annotation-api} </version >
196
196
<scope >test</scope >
197
197
</dependency >
198
198
You can’t perform that action at this time.
0 commit comments