File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ dependencies {
3636 implementation(" org.springframework.boot:spring-boot-starter-data-jdbc" )
3737 implementation(" org.springframework.boot:spring-boot-starter-web" )
3838
39+ implementation(" org.jetbrains.kotlin:kotlin-reflect" )
40+
3941 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
4042
4143 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ val springAiVersion = "1.0.0-M6"
2424dependencies {
2525 implementation(" org.springframework.ai:spring-ai-mcp-server-webflux-spring-boot-starter" )
2626
27+ implementation(" org.jetbrains.kotlin:kotlin-reflect" )
28+
2729 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
2830
2931 testImplementation(platform(" org.junit:junit-bom:5.12.1" ))
You can’t perform that action at this time.
0 commit comments