We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8aef5 commit eecf5daCopy full SHA for eecf5da
1 file changed
build.gradle
@@ -57,6 +57,7 @@ dependencies {
57
// JAX-B dependencies for JDK 9+
58
implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.2"
59
implementation "org.glassfish.jaxb:jaxb-runtime:2.3.2"
60
+ compile('org.javassist:javassist:3.23.1-GA') {force = true}
61
62
// Utils
63
compile("commons-io:commons-io:2.6")
0 commit comments