Skip to content

Commit b8e8c6d

Browse files
authored
fix : SpringDoc과 Spring AI 간 의존성 충돌 해결 (#79)
1 parent cd43e9a commit b8e8c6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ dependencies {
7979
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
8080

8181
// Spring AI
82-
implementation "org.springframework.ai:spring-ai-starter-model-openai"
82+
implementation ('org.springframework.ai:spring-ai-starter-model-openai'){
83+
exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
84+
}
8385

8486
// 크롤링
8587
implementation("org.jsoup:jsoup:1.21.2")

0 commit comments

Comments
 (0)