Compare commits

..

No commits in common. "main" and "1.34.0" have entirely different histories.
main ... 1.34.0

4 changed files with 10 additions and 23 deletions

View File

@ -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"
}

View File

@ -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")
}

View File

@ -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.4.1"
val testcontainersVersion = "1.20.0"
dependencies {
@ -29,16 +29,13 @@ 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")
implementation("com.knecon.fforesight:keycloak-commons:0.30.0") {
exclude(group = "com.knecon.fforesight", module = "tenant-commons")
}
implementation("com.knecon.fforesight:tracing-commons:0.5.0")
implementation("com.knecon.fforesight:lifecycle-commons:0.7.0")
implementation("com.knecon.fforesight:tenant-commons:0.31.0")
implementation("com.knecon.fforesight:swagger-commons:0.7.0")
implementation("ch.qos.logback:logback-classic")

View File

@ -63,13 +63,3 @@ keyword-service:
url: "http://keyword-extraction-service:8080"
cors.enabled: true
management:
tracing:
enabled: ${TRACING_ENABLED:false}
sampling:
probability: ${TRACING_PROBABILITY:1.0}
otlp:
tracing:
endpoint: ${OTLP_ENDPOINT:http://otel-collector-opentelemetry-collector.otel-collector:4318/v1/traces}