We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd43e9a commit b8e8c6dCopy full SHA for b8e8c6d
build.gradle
@@ -79,7 +79,9 @@ dependencies {
79
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
80
81
// Spring AI
82
- implementation "org.springframework.ai:spring-ai-starter-model-openai"
+ implementation ('org.springframework.ai:spring-ai-starter-model-openai'){
83
+ exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
84
+ }
85
86
// 크롤링
87
implementation("org.jsoup:jsoup:1.21.2")
0 commit comments