Compare commits
No commits in common. "main" and "1.35.0" have entirely different histories.
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
`maven-publish`
|
||||
id("com.knecon.fforesight.service.java-conventions")
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("com.knecon.fforesight.service.java-conventions")
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -13,13 +13,13 @@ extra["testcontainersVersion"] = "1.20.0"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":llm-service-api"))
|
||||
implementation("com.knecon.fforesight:document:4.445.0")
|
||||
implementation("com.knecon.fforesight:document:4.436.0")
|
||||
implementation("com.iqser.red.commons:storage-commons:2.51.0")
|
||||
implementation("org.springframework.boot:spring-boot-starter:3.1.1")
|
||||
implementation("com.knecon.fforesight:tenant-commons:0.31.0") {
|
||||
exclude(group = "com.iqser.red.commons", module = "storage-commons")
|
||||
}
|
||||
implementation("com.azure:azure-ai-openai:1.0.0-beta.12")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.16")
|
||||
implementation("com.google.protobuf:protobuf-java:4.29.3")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.12")
|
||||
implementation("com.google.protobuf:protobuf-java:4.28.3")
|
||||
}
|
||||
|
||||
@ -4,9 +4,9 @@ plugins {
|
||||
application
|
||||
id("com.knecon.fforesight.service.java-conventions")
|
||||
id("org.springframework.boot") version "3.2.3"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("io.spring.dependency-management") version "1.1.6"
|
||||
id("org.sonarqube") version "4.4.1.3373"
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -16,9 +16,9 @@ configurations {
|
||||
}
|
||||
}
|
||||
|
||||
val springBootVersion = "3.2.2"
|
||||
val springBootVersion = "3.2.0"
|
||||
val springCloudVersion = "2022.0.5"
|
||||
val springSecurityVersion = "6.4.2"
|
||||
val springSecurityVersion = "6.2.2"
|
||||
val testcontainersVersion = "1.20.0"
|
||||
|
||||
dependencies {
|
||||
@ -29,7 +29,7 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-amqp:$springBootVersion")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web:$springBootVersion")
|
||||
implementation("io.github.openfeign:feign-core:12.5")
|
||||
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.2.0")
|
||||
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.1.3")
|
||||
implementation("org.springframework.boot:spring-boot-starter-websocket:$springBootVersion")
|
||||
implementation("org.springframework.security:spring-security-messaging:$springSecurityVersion")
|
||||
implementation("com.iqser.red.commons:storage-commons:2.51.0")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user