diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 3d8f09809d9..b6853d39955 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -97,6 +97,7 @@
2.9.1
3.0.7
3.21.0-GA
+ 1.3
1.0.0
2.0.1
1.6.0
@@ -874,6 +875,11 @@
undertow-websockets-jsr
${undertow.version}
+
+ javax.annotation
+ javax.annotation-api
+ ${javax-annotation.version}
+
javax.cache
cache-api
diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml
index 9e52892801d..2d9c595886b 100644
--- a/spring-boot-starters/spring-boot-starter/pom.xml
+++ b/spring-boot-starters/spring-boot-starter/pom.xml
@@ -30,6 +30,10 @@
org.springframework.boot
spring-boot-starter-logging
+
+ javax.annotation
+ javax.annotation-api
+
org.springframework
spring-core