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 c224364 + 741b05e commit ef24fbaCopy full SHA for ef24fba
jaxb/pom.xml
@@ -54,14 +54,12 @@ for configuring data-binding.
54
<artifactId>jackson-databind</artifactId>
55
</dependency>
56
57
- <!-- and actual JAXB annotations, types -->
58
- <!-- NOTE! Despite groupId, this is "old" JAXB, not Jakarta
59
- (3.x is real Jakarta one)
60
- -->
+ <!-- Tolerate [2.2,3) for javax.xml.bind Import-Package in the generated MANIFEST.MF -->
+ <!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
61
<dependency>
62
- <groupId>jakarta.xml.bind</groupId>
63
- <artifactId>jakarta.xml.bind-api</artifactId>
64
- <version>${version.jaxb.impl}</version>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2.12</version>
65
66
67
<!-- 14-Mar-2019, tatu: Looks like this is needed for JDK11 and later
0 commit comments