We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef24fba + 1d1dd98 commit 8fbbd39Copy full SHA for 8fbbd39
jaxb/pom.xml
@@ -54,12 +54,14 @@ for configuring data-binding.
54
<artifactId>jackson-databind</artifactId>
55
</dependency>
56
57
- <!-- Tolerate [2.2,3) for javax.xml.bind Import-Package in the generated MANIFEST.MF -->
58
- <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
+ <!-- and actual JAXB annotations, types -->
+ <!-- NOTE! Despite groupId, this is "old" JAXB, not Jakarta
59
+ (3.x is real Jakarta one)
60
+ -->
61
<dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
62
- <version>2.2.12</version>
+ <groupId>jakarta.xml.bind</groupId>
63
+ <artifactId>jakarta.xml.bind-api</artifactId>
64
+ <version>${version.jaxb.impl}</version>
65
66
67
<!-- 14-Mar-2019, tatu: Looks like this is needed for JDK11 and later
0 commit comments