Skip to content

Commit

Permalink
fix: kotlin springdoc 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 29, 2023
1 parent 3f80ce1 commit 3bae79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
implementation("com.github.f4b6a3:ulid-creator:5.2.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
runtimeOnly("org.springdoc:springdoc-openapi-kotlin:1.7.0")
//runtimeOnly("org.springdoc:springdoc-openapi-kotlin:1.7.0")

implementation("com.querydsl:querydsl-jpa:5.0.0:jakarta")
kapt("com.querydsl:querydsl-apt:5.0.0:jakarta")
Expand Down

0 comments on commit 3bae79e

Please sign in to comment.