diff --git a/framework/resttemplate-netty/build.gradle b/framework/resttemplate-netty/build.gradle index 46a4fb4..3308017 100644 --- a/framework/resttemplate-netty/build.gradle +++ b/framework/resttemplate-netty/build.gradle @@ -6,9 +6,6 @@ plugins { dependencies { implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) - constraints { - implementation("org.springframework:spring-web:6.1.0-SNAPSHOT") - } implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.crac:crac") implementation(project(":cr-listener")) diff --git a/framework/webclient-netty/build.gradle b/framework/webclient-netty/build.gradle index 46a4fb4..3308017 100644 --- a/framework/webclient-netty/build.gradle +++ b/framework/webclient-netty/build.gradle @@ -6,9 +6,6 @@ plugins { dependencies { implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES)) - constraints { - implementation("org.springframework:spring-web:6.1.0-SNAPSHOT") - } implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.crac:crac") implementation(project(":cr-listener"))