diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index 4b6a943c995..155fd071e93 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -81,6 +81,7 @@
2.12
2.9.6
3.0.8
+ 1.2.0
1.3.2
1.1.0
2.3.0
@@ -1010,6 +1011,11 @@
undertow-websockets-jsr
${undertow.version}
+
+ javax.activation
+ javax.activation-api
+ ${javax-activation.version}
+
javax.annotation
javax.annotation-api
diff --git a/spring-boot-samples/spring-boot-sample-webservices/pom.xml b/spring-boot-samples/spring-boot-sample-webservices/pom.xml
index 721f9539421..4d865b0c7b9 100644
--- a/spring-boot-samples/spring-boot-sample-webservices/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-webservices/pom.xml
@@ -54,6 +54,10 @@
[11,)
+
+ javax.activation
+ javax.activation-api
+
org.glassfish.jaxb
jaxb-runtime