|
73 | 73 | </dependency>
|
74 | 74 |
|
75 | 75 | <dependency>
|
76 |
| - <groupId>javax.servlet</groupId> |
77 |
| - <artifactId>javax.servlet-api</artifactId> |
78 |
| - <version>${servlet-api}</version> |
| 76 | + <groupId>jakarta.servlet</groupId> |
| 77 | + <artifactId>jakarta.servlet-api</artifactId> |
| 78 | + <version>5.0.0</version> |
79 | 79 | <scope>provided</scope>
|
80 | 80 | </dependency>
|
81 | 81 |
|
82 | 82 | <dependency>
|
83 |
| - <groupId>javax.xml.bind</groupId> |
84 |
| - <artifactId>jaxb-api</artifactId> |
85 |
| - <version>${jaxb}</version> |
| 83 | + <groupId>jakarta.xml.bind</groupId> |
| 84 | + <artifactId>jakarta.xml.bind-api</artifactId> |
| 85 | + <version>3.0.1</version> |
86 | 86 | <scope>provided</scope>
|
87 | 87 | </dependency>
|
88 | 88 |
|
89 | 89 | <dependency>
|
90 |
| - <groupId>javax.annotation</groupId> |
91 |
| - <artifactId>javax.annotation-api</artifactId> |
92 |
| - <version>${javax-annotation-api}</version> |
| 90 | + <groupId>jakarta.annotation</groupId> |
| 91 | + <artifactId>jakarta.annotation-api</artifactId> |
| 92 | + <version>2.0.0</version> |
93 | 93 | <optional>true</optional>
|
94 | 94 | </dependency>
|
95 | 95 |
|
|
169 | 169 |
|
170 | 170 | <!-- EJB Transactions -->
|
171 | 171 | <dependency>
|
172 |
| - <groupId>javax.ejb</groupId> |
173 |
| - <artifactId>ejb-api</artifactId> |
174 |
| - <version>3.0</version> |
| 172 | + <groupId>jakarta.ejb</groupId> |
| 173 | + <artifactId>jakarta.ejb-api</artifactId> |
| 174 | + <version>4.0.0</version> |
175 | 175 | <optional>true</optional>
|
176 | 176 | </dependency>
|
177 | 177 |
|
|
185 | 185 | </dependency>
|
186 | 186 |
|
187 | 187 | <dependency>
|
188 |
| - <groupId>javax.interceptor</groupId> |
189 |
| - <artifactId>javax.interceptor-api</artifactId> |
190 |
| - <version>1.2.2</version> |
| 188 | + <groupId>jakarta.interceptor</groupId> |
| 189 | + <artifactId>jakarta.interceptor-api</artifactId> |
| 190 | + <version>2.0.0</version> |
191 | 191 | <scope>test</scope>
|
192 | 192 | </dependency>
|
193 | 193 |
|
194 | 194 | <dependency>
|
195 |
| - <groupId>javax.enterprise</groupId> |
196 |
| - <artifactId>cdi-api</artifactId> |
197 |
| - <version>${cdi}</version> |
| 195 | + <groupId>jakarta.enterprise</groupId> |
| 196 | + <artifactId>jakarta.enterprise.cdi-api</artifactId> |
| 197 | + <version>3.0.0</version> |
198 | 198 | <scope>provided</scope>
|
199 | 199 | <optional>true</optional>
|
200 | 200 | </dependency>
|
|
214 | 214 | </dependency>
|
215 | 215 |
|
216 | 216 | <dependency>
|
217 |
| - <groupId>javax.el</groupId> |
218 |
| - <artifactId>el-api</artifactId> |
219 |
| - <version>1.0</version> |
| 217 | + <groupId>jakarta.el</groupId> |
| 218 | + <artifactId>jakarta.el-api</artifactId> |
| 219 | + <version>4.0.0</version> |
220 | 220 | <scope>test</scope>
|
221 | 221 | </dependency>
|
222 | 222 |
|
|
323 | 323 | </dependency>
|
324 | 324 |
|
325 | 325 | <dependency>
|
326 |
| - <groupId>javax.transaction</groupId> |
327 |
| - <artifactId>javax.transaction-api</artifactId> |
328 |
| - <version>1.3</version> |
| 326 | + <groupId>jakarta.transaction</groupId> |
| 327 | + <artifactId>jakarta.transaction-api</artifactId> |
| 328 | + <version>2.0.0</version> |
329 | 329 | <scope>test</scope>
|
330 | 330 | </dependency>
|
331 | 331 |
|
|
0 commit comments