We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85ad41 commit bc8aef5Copy full SHA for bc8aef5
2 files changed
.github/workflows/open-api-ci-cd.yml
@@ -194,3 +194,5 @@ jobs:
194
195
196
197
+
198
build.gradle
@@ -54,12 +54,15 @@ dependencies {
54
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
55
compile("org.jetbrains.kotlin:kotlin-reflect")
56
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
61
// Utils
62
compile("commons-io:commons-io:2.6")
63
64
// Test
65
testCompile("org.springframework.boot:spring-boot-starter-test")
-
66
compile("org.mockito:mockito-core:2.22.0")
67
}
68
0 commit comments