Let Boot manage CRaC dependency version
This commit is contained in:
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("io.micrometer:micrometer-registry-prometheus")
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("io.micrometer:micrometer-registry-prometheus")
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter:${springCloudStarterVersion}")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
|
||||
@@ -11,7 +11,7 @@ ext {
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter:$springCloudStarterVersion")
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
implementation(platform(
|
||||
org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter:$springCloudStarterVersion")
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ ext {
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter-loadbalancer:${springCloudCommonsVerions}")
|
||||
|
||||
|
||||
@@ -14,5 +14,5 @@ dependencies {
|
||||
api(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
api("org.springframework:spring-context")
|
||||
api("org.springframework.boot:spring-boot")
|
||||
compileOnly("org.crac:crac:$cracVersion")
|
||||
compileOnly("org.crac:crac")
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("com.mysql:mysql-connector-j")
|
||||
|
||||
@@ -8,7 +8,7 @@ dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-data-redis")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
implementation("jakarta.persistence:jakarta.persistence-api")
|
||||
implementation("org.hibernate.orm:hibernate-core")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("com.mysql:mysql-connector-j")
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
implementation("org.springframework:spring-web:6.1.0-SNAPSHOT")
|
||||
}
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
implementation("org.springframework:spring-web:6.1.0-SNAPSHOT")
|
||||
}
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-webflux")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
replacedBy("org.springframework.boot:spring-boot-starter-undertow", "Use Undertow instead of Netty")
|
||||
}
|
||||
}
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
replacedBy("org.springframework.boot:spring-boot-starter-jetty", "Use Jetty instead of Tomcat")
|
||||
}
|
||||
}
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -7,7 +7,7 @@ plugins {
|
||||
dependencies {
|
||||
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -3,4 +3,4 @@ org.gradle.jvmargs=-Xmx2g
|
||||
kotlinVersion=1.9.21
|
||||
javaFormatVersion=0.0.38
|
||||
springBootVersion=3.2.0
|
||||
cracVersion=1.4.0
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-integration")
|
||||
implementation("org.springframework.integration:spring-integration-file")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies {
|
||||
implementation("io.micrometer:micrometer-core")
|
||||
implementation("com.jayway.jsonpath:json-path")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
runtimeOnly("com.h2database:h2")
|
||||
|
||||
@@ -10,7 +10,7 @@ dependencies {
|
||||
|
||||
implementation("org.springframework.amqp:spring-rabbit:3.0.8")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -16,7 +16,7 @@ dependencies {
|
||||
implementation("com.fasterxml.jackson.core:jackson-databind")
|
||||
implementation("org.apache.avro:avro:1.11.0")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies {
|
||||
implementation("org.apache.kafka:kafka-streams")
|
||||
implementation("com.fasterxml.jackson.core:jackson-databind")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -14,7 +14,7 @@ dependencies {
|
||||
|
||||
implementation("com.fasterxml.jackson.core:jackson-databind")
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -13,7 +13,7 @@ dependencies {
|
||||
implementation('org.springframework.pulsar:spring-pulsar-reactive:1.0.0-SNAPSHOT')
|
||||
}
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
@@ -12,7 +12,7 @@ dependencies {
|
||||
implementation('org.springframework.pulsar:spring-pulsar:1.0.0-SNAPSHOT')
|
||||
}
|
||||
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation("org.crac:crac")
|
||||
implementation(project(":cr-listener"))
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
Reference in New Issue
Block a user