Compare commits
50 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f27f0cdf6e | ||
|
|
a02e9ed917 | ||
|
|
c607b1728c | ||
|
|
f6574deb61 | ||
|
|
456d9bc1f5 | ||
|
|
613e818c6a | ||
|
|
a9125c6a16 | ||
|
|
cb4cd51dba | ||
|
|
646f3ff862 | ||
|
|
1adb161c7b | ||
|
|
93b292bcff | ||
|
|
5093c2db82 | ||
|
|
694590768b | ||
|
|
c4143539a7 | ||
|
|
30ef0ec59f | ||
|
|
fb4e504b47 | ||
|
|
792808a03c | ||
|
|
52bf7b834b | ||
|
|
0a993ce053 | ||
|
|
a05a1a12b9 | ||
|
|
d980dbe853 | ||
|
|
d0b3f07aaa | ||
|
|
3b00f85e72 | ||
|
|
f14a4c9cb1 | ||
|
|
9380ddd7c7 | ||
|
|
d7b2d41653 | ||
|
|
ba0f8e681b | ||
|
|
51833879fa | ||
|
|
af9c6727b4 | ||
|
|
9fa2a90f8d | ||
|
|
45b5568e29 | ||
|
|
31b3717a2a | ||
|
|
51d8280ba8 | ||
|
|
316ebfdac0 | ||
|
|
a7e7d589b2 | ||
|
|
543b00713e | ||
|
|
f85c2b6df2 | ||
|
|
e5e2d9c33b | ||
|
|
c3b8a7bb1f | ||
|
|
cccc10c15e | ||
|
|
27652bfefa | ||
|
|
32995327ff | ||
|
|
f199b42490 | ||
|
|
415a2aca72 | ||
|
|
66fcf88535 | ||
|
|
223f87400a | ||
|
|
187ed3ec4f | ||
|
|
1d02bddb63 | ||
|
|
449515ed53 | ||
|
|
bbe2ee71ca |
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
`maven-publish`
|
||||
id("com.knecon.fforesight.service.java-conventions")
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
}
|
||||
@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
id("com.knecon.fforesight.service.java-conventions")
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -13,13 +13,13 @@ extra["testcontainersVersion"] = "1.20.0"
|
||||
|
||||
dependencies {
|
||||
implementation(project(":llm-service-api"))
|
||||
implementation("com.knecon.fforesight:document:4.436.0")
|
||||
implementation("com.knecon.fforesight:document:4.445.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.12")
|
||||
implementation("com.google.protobuf:protobuf-java:4.28.3")
|
||||
implementation("ch.qos.logback:logback-classic:1.5.16")
|
||||
implementation("com.google.protobuf:protobuf-java:4.29.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.6"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("org.sonarqube") version "4.4.1.3373"
|
||||
id("io.freefair.lombok") version "8.11"
|
||||
id("io.freefair.lombok") version "8.12.1"
|
||||
}
|
||||
|
||||
configurations {
|
||||
@ -16,9 +16,9 @@ configurations {
|
||||
}
|
||||
}
|
||||
|
||||
val springBootVersion = "3.2.0"
|
||||
val springBootVersion = "3.2.2"
|
||||
val springCloudVersion = "2022.0.5"
|
||||
val springSecurityVersion = "6.2.2"
|
||||
val springSecurityVersion = "6.4.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.1.3")
|
||||
implementation("org.springframework.cloud:spring-cloud-starter-openfeign:4.2.0")
|
||||
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