Skip to content

Commit 7295cbe

Browse files
committed
Add JAXB to build by default
1 parent be15413 commit 7295cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies
4444
cicsBundlePart files(war)
4545

4646
//JAXB required if compiling with Java 11 or later
47-
//compileOnly ("javax.xml.bind:jaxb-api:2.3.1")
47+
compileOnly ("javax.xml.bind:jaxb-api:2.3.1")
4848
}
4949

5050

0 commit comments

Comments
 (0)