diff --git a/spring-boot-modules/spring-boot-caching/pom.xml b/spring-boot-modules/spring-boot-caching/pom.xml index 010e6079ae34..ec38c8c7d99b 100644 --- a/spring-boot-modules/spring-boot-caching/pom.xml +++ b/spring-boot-modules/spring-boot-caching/pom.xml @@ -15,10 +15,64 @@ + org.springframework.boot spring-boot-starter-web - + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-web + + + org.springframework + spring-webmvc + + + + + + org.springframework.boot + spring-boot-starter-cache + + + org.springframework + spring-context + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + + + org.springframework spring-context @@ -30,17 +84,28 @@ 6.2.11 - org.springframework.boot - spring-boot-starter-cache + org.springframework + spring-core + 6.2.11 + + + org.springframework + spring-beans + 6.2.11 org.springframework spring-web + 6.2.11 org.springframework spring-webmvc + 6.2.11 + + + org.ehcache ehcache @@ -49,6 +114,9 @@ org.springframework spring-test + test diff --git a/spring-boot-modules/spring-boot-featureflag-unleash/pom.xml b/spring-boot-modules/spring-boot-featureflag-unleash/pom.xml index 0c93ce4dd977..45bd06065dfe 100644 --- a/spring-boot-modules/spring-boot-featureflag-unleash/pom.xml +++ b/spring-boot-modules/spring-boot-featureflag-unleash/pom.xml @@ -39,13 +39,13 @@ org.springframework.boot spring-boot-maven-plugin + + --enable-preview + org.apache.maven.plugins maven-compiler-plugin - - --enable-preview -