File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,18 @@ licensed as per:
27
27
28
28
whereas 3.0 will use [ ByteBuddy] ( https://github.com/raphw/byte-buddy ) (licensed as per https://github.com/raphw/byte-buddy/blob/master/LICENSE )
29
29
30
+
31
+ ## Using Jakarta
32
+ * Jakarta can be referenced for the JAXB module by using the classifier "jakarta" in your dependency
33
+ ```
34
+ <dependency>
35
+ <groupId>com.fasterxml.jackson.jaxrs</groupId>
36
+ <artifactId>jackson-module-jaxb-annotations</artifactId>
37
+ <classifier>jakarta</classifier>
38
+ </dependency>
39
+ ```
40
+
41
+
30
42
## Status
31
43
32
44
[ ![ Build Status] ( https://travis-ci.org/FasterXML/jackson-modules-base.svg )] ( https://travis-ci.org/FasterXML/jackson-modules-base )
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ data-binding.
119
119
<createDependencyReducedPom >false</createDependencyReducedPom >
120
120
<artifactSet >
121
121
<includes >
122
- <include >com.fasterxml.jackson.module:jackson-module-jaxb-annotations </include >
122
+ <include >${project.groupId} : ${project.artifactId} </include >
123
123
</includes >
124
124
</artifactSet >
125
125
<relocations >
You can’t perform that action at this time.
0 commit comments