|
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 |
|
|
166 | 163 | <optional>true</optional>
|
167 | 164 | </dependency>
|
168 | 165 |
|
169 |
| - <!-- EJB Transactions --> |
170 |
| - <dependency> |
171 |
| - <groupId>javax.ejb</groupId> |
172 |
| - <artifactId>ejb-api</artifactId> |
173 |
| - <version>3.0</version> |
174 |
| - <optional>true</optional> |
175 |
| - </dependency> |
176 |
| - |
177 |
| - <!-- CDI --> |
178 |
| - <!-- Dependency order required to build against CDI 1.0 and test with CDI 2.0 --> |
179 |
| - <dependency> |
180 |
| - <groupId>org.apache.geronimo.specs</groupId> |
181 |
| - <artifactId>geronimo-jcdi_2.0_spec</artifactId> |
182 |
| - <version>1.0.1</version> |
183 |
| - <scope>test</scope> |
184 |
| - </dependency> |
185 |
| - |
186 |
| - <dependency> |
187 |
| - <groupId>javax.interceptor</groupId> |
188 |
| - <artifactId>javax.interceptor-api</artifactId> |
189 |
| - <version>1.2.2</version> |
190 |
| - <scope>test</scope> |
191 |
| - </dependency> |
192 |
| - |
193 |
| - <dependency> |
194 |
| - <groupId>javax.enterprise</groupId> |
195 |
| - <artifactId>cdi-api</artifactId> |
196 |
| - <version>${cdi}</version> |
197 |
| - <scope>provided</scope> |
198 |
| - <optional>true</optional> |
199 |
| - </dependency> |
200 |
| - |
201 | 166 | <dependency>
|
202 | 167 | <groupId>com.google.guava</groupId>
|
203 | 168 | <artifactId>guava</artifactId>
|
|
212 | 177 | <optional>true</optional>
|
213 | 178 | </dependency>
|
214 | 179 |
|
| 180 | + <!-- CDI --> |
| 181 | + |
215 | 182 | <dependency>
|
216 |
| - <groupId>javax.el</groupId> |
217 |
| - <artifactId>el-api</artifactId> |
218 |
| - <version>1.0</version> |
219 |
| - <scope>test</scope> |
| 183 | + <groupId>jakarta.enterprise</groupId> |
| 184 | + <artifactId>jakarta.enterprise.cdi-api</artifactId> |
| 185 | + <scope>provided</scope> |
| 186 | + <optional>true</optional> |
220 | 187 | </dependency>
|
221 | 188 |
|
222 | 189 | <dependency>
|
223 | 190 | <groupId>org.apache.openwebbeans</groupId>
|
224 | 191 | <artifactId>openwebbeans-se</artifactId>
|
225 |
| - <version>${webbeans}</version> |
| 192 | + <classifier>jakarta</classifier> |
| 193 | + <scope>test</scope> |
| 194 | + </dependency> |
| 195 | + |
| 196 | + <dependency> |
| 197 | + <groupId>org.apache.openwebbeans</groupId> |
| 198 | + <artifactId>openwebbeans-spi</artifactId> |
| 199 | + <classifier>jakarta</classifier> |
226 | 200 | <scope>test</scope>
|
227 | 201 | </dependency>
|
228 | 202 |
|
229 | 203 | <dependency>
|
230 |
| - <groupId>org.apache.xbean</groupId> |
231 |
| - <artifactId>xbean-asm9-shaded</artifactId> |
232 |
| - <version>${webbeans.xbean}</version> |
| 204 | + <groupId>org.apache.openwebbeans</groupId> |
| 205 | + <artifactId>openwebbeans-impl</artifactId> |
| 206 | + <classifier>jakarta</classifier> |
233 | 207 | <scope>test</scope>
|
234 | 208 | </dependency>
|
235 | 209 |
|
|
249 | 223 | <dependency>
|
250 | 224 | <groupId>com.sun.xml.bind</groupId>
|
251 | 225 | <artifactId>jaxb-impl</artifactId>
|
252 |
| - <version>2.3.5</version> |
| 226 | + <version>3.0.2</version> |
253 | 227 | <scope>test</scope>
|
254 | 228 | </dependency>
|
255 | 229 |
|
|
322 | 296 | </dependency>
|
323 | 297 |
|
324 | 298 | <dependency>
|
325 |
| - <groupId>javax.transaction</groupId> |
326 |
| - <artifactId>javax.transaction-api</artifactId> |
327 |
| - <version>1.3</version> |
| 299 | + <groupId>jakarta.transaction</groupId> |
| 300 | + <artifactId>jakarta.transaction-api</artifactId> |
| 301 | + <version>2.0.0</version> |
328 | 302 | <scope>test</scope>
|
329 | 303 | </dependency>
|
330 | 304 |
|
|
0 commit comments