feat: 增加spring环境的测试
This commit is contained in:
@@ -34,7 +34,9 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.lanyuanxiaoyao:squirrel-core-jvm:1.0.0-SNAPSHOT")
|
||||
implementation("com.lanyuanxiaoyao:squirrel-core-jvm:1.0.0-SNAPSHOT") {
|
||||
exclude("commons-logging", "commons-logging")
|
||||
}
|
||||
implementation("dev.failsafe:failsafe:3.3.2")
|
||||
implementation("cn.bigmodel.openapi:oapi-java-sdk:release-V4-2.3.0")
|
||||
implementation("com.baidubce:qianfan:0.1.1")
|
||||
@@ -61,6 +63,7 @@ dependencies {
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect")
|
||||
// implementation("org.jetbrains.kotlin:kotlin-scripting-jsr223")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user