cleanup dependency versions
This commit is contained in:
parent
ded00df11e
commit
676f0c9d09
@ -5,6 +5,9 @@ plugins {
|
|||||||
|
|
||||||
description = "layoutparser-service-processor"
|
description = "layoutparser-service-processor"
|
||||||
|
|
||||||
|
val jacksonVersion = "2.15.0-rc2"
|
||||||
|
val pdfBoxVersion = "3.0.0-alpha2"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":layoutparser-service-internal-api"))
|
implementation(project(":layoutparser-service-internal-api"))
|
||||||
|
|
||||||
@ -15,9 +18,9 @@ dependencies {
|
|||||||
implementation("com.knecon.fforesight:tenant-commons:0.10.0")
|
implementation("com.knecon.fforesight:tenant-commons:0.10.0")
|
||||||
implementation("com.iqser.red.commons:storage-commons:2.1.0")
|
implementation("com.iqser.red.commons:storage-commons:2.1.0")
|
||||||
|
|
||||||
implementation("org.apache.pdfbox:pdfbox:3.0.0-alpha2")
|
implementation("org.apache.pdfbox:pdfbox:${pdfBoxVersion}")
|
||||||
implementation("org.apache.pdfbox:pdfbox-tools:3.0.0-alpha2")
|
implementation("org.apache.pdfbox:pdfbox-tools:${pdfBoxVersion}")
|
||||||
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:2.15.0-rc2")
|
implementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
|
||||||
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0-rc2")
|
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-web:3.0.6")
|
implementation("org.springframework.boot:spring-boot-starter-web:3.0.6")
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,6 +12,9 @@ plugins {
|
|||||||
|
|
||||||
description = "layoutparser-service-server"
|
description = "layoutparser-service-server"
|
||||||
|
|
||||||
|
val jacksonVersion = "2.15.0-rc2"
|
||||||
|
val pdfBoxVersion = "3.0.0-alpha2"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":layoutparser-service-processor"))
|
implementation(project(":layoutparser-service-processor"))
|
||||||
implementation(project(":layoutparser-service-internal-api"))
|
implementation(project(":layoutparser-service-internal-api"))
|
||||||
@ -29,10 +32,10 @@ dependencies {
|
|||||||
testImplementation("org.springframework.boot:spring-boot-starter-amqp:3.0.6")
|
testImplementation("org.springframework.boot:spring-boot-starter-amqp:3.0.6")
|
||||||
testImplementation("com.iqser.red.service:persistence-service-shared-api-v1:2.36.0")
|
testImplementation("com.iqser.red.service:persistence-service-shared-api-v1:2.36.0")
|
||||||
testImplementation("com.iqser.red.commons:jackson-commons:1.0.0")
|
testImplementation("com.iqser.red.commons:jackson-commons:1.0.0")
|
||||||
testImplementation("com.fasterxml.jackson.module:jackson-module-afterburner:2.15.0-rc2")
|
testImplementation("com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}")
|
||||||
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0-rc2")
|
testImplementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${jacksonVersion}")
|
||||||
testImplementation("org.apache.pdfbox:pdfbox:3.0.0-alpha2")
|
testImplementation("org.apache.pdfbox:pdfbox:${pdfBoxVersion}")
|
||||||
testImplementation("org.apache.pdfbox:pdfbox-tools:3.0.0-alpha2")
|
testImplementation("org.apache.pdfbox:pdfbox-tools:${pdfBoxVersion}")
|
||||||
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.6")
|
testImplementation("org.springframework.boot:spring-boot-starter-test:3.0.6")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user