|
80 | 80 | <version.lib.jakarta.transaction-api>2.0.0</version.lib.jakarta.transaction-api> |
81 | 81 | <version.lib.jakarta.validation-api>3.0.0</version.lib.jakarta.validation-api> |
82 | 82 | <version.lib.jakarta.websockets-api>2.0.0</version.lib.jakarta.websockets-api> |
| 83 | + <!-- Check Hibernate when upgrading to ensure its supplied jaxb-runtime is compatible. --> |
83 | 84 | <version.lib.jakarta.xml.bind-api>3.0.1</version.lib.jakarta.xml.bind-api> |
84 | 85 | <version.lib.jandex>2.4.3.Final</version.lib.jandex> |
85 | 86 | <version.lib.jaxb-core>3.0.2</version.lib.jaxb-core> |
|
263 | 264 | <artifactId>opentracing-tracerresolver</artifactId> |
264 | 265 | <version>${version.lib.opentracing.tracerresolver}</version> |
265 | 266 | </dependency> |
| 267 | + <!-- |
| 268 | + "Jakarta XML Binding API". (See |
| 269 | + https://github.com/jakartaee/jaxb-api/blob/d8a68e76a5391cb2462f540c9e4c5c81d0a91942/jaxb-api/pom.xml#L23-L25) |
| 270 | + --> |
266 | 271 | <dependency> |
267 | 272 | <groupId>jakarta.xml.bind</groupId> |
268 | 273 | <artifactId>jakarta.xml.bind-api</artifactId> |
269 | 274 | <version>${version.lib.jakarta.xml.bind-api}</version> |
270 | 275 | </dependency> |
| 276 | + <!-- |
| 277 | + "Old JAXB Core". (See |
| 278 | + https://github.com/eclipse-ee4j/jaxb-ri/blob/1120e83b8bac6dfd1636e19269a36a8ccaad94e4/jaxb-ri/bundles/core/pom.xml#L25-L30.) |
| 279 | + --> |
271 | 280 | <dependency> |
272 | 281 | <groupId>com.sun.xml.bind</groupId> |
273 | 282 | <artifactId>jaxb-core</artifactId> |
274 | 283 | <version>${version.lib.jaxb-core}</version> |
275 | 284 | </dependency> |
| 285 | + <!-- |
| 286 | + "Old JAXB Runtime". (See |
| 287 | + https://github.com/eclipse-ee4j/jaxb-ri/blob/1120e83b8bac6dfd1636e19269a36a8ccaad94e4/jaxb-ri/bundles/runtime/pom.xml#L25-L30.) |
| 288 | + --> |
276 | 289 | <dependency> |
277 | 290 | <groupId>com.sun.xml.bind</groupId> |
278 | 291 | <artifactId>jaxb-impl</artifactId> |
279 | 292 | <version>${version.lib.jaxb-impl}</version> |
280 | 293 | </dependency> |
| 294 | + <!-- |
| 295 | + "JAXB Runtime"/"JAXB (JSR 222) Reference Implementation". (See |
| 296 | + https://github.com/eclipse-ee4j/jaxb-ri/blob/1120e83b8bac6dfd1636e19269a36a8ccaad94e4/jaxb-ri/runtime/impl/pom.xml#L25-L30.) |
| 297 | + --> |
| 298 | + <dependency> |
| 299 | + <groupId>org.glassfish.jaxb</groupId> |
| 300 | + <artifactId>jaxb-runtime</artifactId> |
| 301 | + <version>${version.lib.jaxb-runtime}</version> |
| 302 | + </dependency> |
281 | 303 | <dependency> |
282 | 304 | <groupId>jakarta.ws.rs</groupId> |
283 | 305 | <artifactId>jakarta.ws.rs-api</artifactId> |
|
0 commit comments