Skip to content

Commit bc8aef5

Browse files
author
Layko Andrey
committed
CI/CD
1 parent f85ad41 commit bc8aef5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/open-api-ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,3 +194,5 @@ jobs:
194194
195195
196196
197+
198+

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,15 @@ dependencies {
5454
compile("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
5555
compile("org.jetbrains.kotlin:kotlin-reflect")
5656

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+
5761
// Utils
5862
compile("commons-io:commons-io:2.6")
5963

6064
// Test
6165
testCompile("org.springframework.boot:spring-boot-starter-test")
62-
6366
compile("org.mockito:mockito-core:2.22.0")
6467
}
6568

0 commit comments

Comments
 (0)