|
72 | 72 | </dependency>
|
73 | 73 |
|
74 | 74 | <dependency>
|
75 |
| - <groupId>javax.servlet</groupId> |
76 |
| - <artifactId>javax.servlet-api</artifactId> |
77 |
| - <version>${servlet-api}</version> |
| 75 | + <groupId>jakarta.servlet</groupId> |
| 76 | + <artifactId>jakarta.servlet-api</artifactId> |
78 | 77 | <scope>provided</scope>
|
79 | 78 | </dependency>
|
80 |
| - |
81 | 79 | <dependency>
|
82 |
| - <groupId>javax.xml.bind</groupId> |
83 |
| - <artifactId>jaxb-api</artifactId> |
| 80 | + <groupId>jakarta.xml.bind</groupId> |
| 81 | + <artifactId>jakarta.xml.bind-api</artifactId> |
84 | 82 | <version>${jaxb}</version>
|
85 | 83 | <scope>provided</scope>
|
86 | 84 | </dependency>
|
87 |
| - |
88 | 85 | <dependency>
|
89 |
| - <groupId>javax.annotation</groupId> |
90 |
| - <artifactId>javax.annotation-api</artifactId> |
91 |
| - <version>${javax-annotation-api}</version> |
| 86 | + <groupId>jakarta.annotation</groupId> |
| 87 | + <artifactId>jakarta.annotation-api</artifactId> |
| 88 | + <version>${jakarta-annotation-api}</version> |
92 | 89 | <optional>true</optional>
|
93 | 90 | </dependency>
|
94 | 91 |
|
|
173 | 170 | <optional>true</optional>
|
174 | 171 | </dependency>
|
175 | 172 |
|
176 |
| - <!-- EJB Transactions --> |
177 |
| - <dependency> |
178 |
| - <groupId>javax.ejb</groupId> |
179 |
| - <artifactId>ejb-api</artifactId> |
180 |
| - <version>3.0</version> |
181 |
| - <optional>true</optional> |
182 |
| - </dependency> |
183 |
| - |
184 |
| - <!-- CDI --> |
185 |
| - <!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 --> |
186 |
| - <dependency> |
187 |
| - <groupId>org.apache.geronimo.specs</groupId> |
188 |
| - <artifactId>geronimo-jcdi_2.0_spec</artifactId> |
189 |
| - <version>1.0.1</version> |
190 |
| - <scope>test</scope> |
191 |
| - </dependency> |
192 |
| - |
193 |
| - <dependency> |
194 |
| - <groupId>javax.interceptor</groupId> |
195 |
| - <artifactId>javax.interceptor-api</artifactId> |
196 |
| - <version>1.2.2</version> |
197 |
| - <scope>test</scope> |
198 |
| - </dependency> |
199 |
| - |
200 |
| - <dependency> |
201 |
| - <groupId>javax.enterprise</groupId> |
202 |
| - <artifactId>cdi-api</artifactId> |
203 |
| - <version>${cdi}</version> |
204 |
| - <scope>provided</scope> |
205 |
| - <optional>true</optional> |
206 |
| - </dependency> |
207 |
| - |
208 | 173 | <dependency>
|
209 | 174 | <groupId>com.google.guava</groupId>
|
210 | 175 | <artifactId>guava</artifactId>
|
|
219 | 184 | <optional>true</optional>
|
220 | 185 | </dependency>
|
221 | 186 |
|
| 187 | + <!-- CDI --> |
| 188 | + |
222 | 189 | <dependency>
|
223 |
| - <groupId>javax.el</groupId> |
224 |
| - <artifactId>el-api</artifactId> |
225 |
| - <version>1.0</version> |
226 |
| - <scope>test</scope> |
| 190 | + <groupId>jakarta.enterprise</groupId> |
| 191 | + <artifactId>jakarta.enterprise.cdi-api</artifactId> |
| 192 | + <scope>provided</scope> |
| 193 | + <optional>true</optional> |
227 | 194 | </dependency>
|
228 | 195 |
|
229 | 196 | <dependency>
|
230 | 197 | <groupId>org.apache.openwebbeans</groupId>
|
231 | 198 | <artifactId>openwebbeans-se</artifactId>
|
232 |
| - <version>${webbeans}</version> |
| 199 | + <classifier>jakarta</classifier> |
| 200 | + <scope>test</scope> |
| 201 | + </dependency> |
| 202 | + |
| 203 | + <dependency> |
| 204 | + <groupId>org.apache.openwebbeans</groupId> |
| 205 | + <artifactId>openwebbeans-spi</artifactId> |
| 206 | + <classifier>jakarta</classifier> |
233 | 207 | <scope>test</scope>
|
234 | 208 | </dependency>
|
235 | 209 |
|
236 | 210 | <dependency>
|
237 |
| - <groupId>org.apache.xbean</groupId> |
238 |
| - <artifactId>xbean-asm9-shaded</artifactId> |
239 |
| - <version>${webbeans.xbean}</version> |
| 211 | + <groupId>org.apache.openwebbeans</groupId> |
| 212 | + <artifactId>openwebbeans-impl</artifactId> |
| 213 | + <classifier>jakarta</classifier> |
240 | 214 | <scope>test</scope>
|
241 | 215 | </dependency>
|
242 | 216 |
|
|
256 | 230 | <dependency>
|
257 | 231 | <groupId>com.sun.xml.bind</groupId>
|
258 | 232 | <artifactId>jaxb-impl</artifactId>
|
259 |
| - <version>2.3.5</version> |
| 233 | + <version>3.0.2</version> |
260 | 234 | <scope>test</scope>
|
261 | 235 | </dependency>
|
262 | 236 |
|
|
329 | 303 | </dependency>
|
330 | 304 |
|
331 | 305 | <dependency>
|
332 |
| - <groupId>javax.transaction</groupId> |
333 |
| - <artifactId>javax.transaction-api</artifactId> |
334 |
| - <version>1.3</version> |
| 306 | + <groupId>jakarta.transaction</groupId> |
| 307 | + <artifactId>jakarta.transaction-api</artifactId> |
| 308 | + <version>2.0.0</version> |
335 | 309 | <scope>test</scope>
|
336 | 310 | </dependency>
|
337 | 311 |
|
|
0 commit comments