Skip to content

Commit

Permalink
fix(openapi): Migrate to openapi from kork (#2116)
Browse files Browse the repository at this point in the history
  • Loading branch information
christosarvanitis authored Dec 4, 2024
1 parent b8cf574 commit e98b9f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetJava17=true
kotlinVersion=1.6.21
fiatVersion=1.52.0
korkVersion=7.245.0
korkVersion=7.247.0
kapt.use.worker.api=true
liquibaseTaskPrefix=liquibase
org.gradle.parallel=true
Expand Down
2 changes: 1 addition & 1 deletion keel-ec2-plugin/keel-ec2-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-autoconfigure")
implementation("com.netflix.frigga:frigga")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-slf4j")
implementation("io.swagger.core.v3:swagger-annotations:2.1.2")
implementation("io.swagger.core.v3:swagger-annotations")

testImplementation(project(":keel-test"))
testImplementation(project(":keel-retrofit-test-support"))
Expand Down
3 changes: 1 addition & 2 deletions keel-web/keel-web.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
implementation("io.spinnaker.fiat:fiat-api:${fiatVersion}")
implementation("io.spinnaker.fiat:fiat-core:${fiatVersion}")
implementation("net.logstash.logback:logstash-logback-encoder")
implementation("io.swagger.core.v3:swagger-annotations:2.1.2")
implementation("io.swagger.core.v3:swagger-annotations")
implementation("org.apache.maven:maven-artifact:3.6.3")
implementation("io.spinnaker.kork:kork-plugins")
implementation("com.slack.api:bolt-servlet:1.6.0")
Expand All @@ -55,7 +55,6 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-joda'

runtimeOnly("io.spinnaker.kork:kork-runtime")
runtimeOnly("io.springfox:springfox-boot-starter:3.0.0")

testImplementation(project(":keel-test"))
testImplementation(project(":keel-core-test"))
Expand Down

0 comments on commit e98b9f5

Please sign in to comment.