Skip to content

Commit 732d376

Browse files
committed
Adds jaxb-xjc updated dependency
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 8606d3a commit 732d376

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ dependencies {
5656
api 'commons-cli:commons-cli:1.9.0'
5757
api 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2'
5858

59+
jaxb2 'org.glassfish.jaxb:jaxb-xjc:4.0.5'
60+
5961
// We need to export this as API explicitly and fix the Versions
6062
// or else the Doclet will silently(!) not generate the output
6163
api 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
@@ -217,6 +219,7 @@ shadowJar {
217219
}
218220

219221
jaxb2 {
222+
// JAXB XJC: JAXB Binding Compiler
220223
xjc {
221224
'xmldoclet-classes' {
222225
basePackage = 'com.github.markusbernhardt.xmldoclet.xjc'

0 commit comments

Comments
 (0)