diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml
index 416dc1b0b6b..c740872fd5e 100644
--- a/spring-boot-project/spring-boot-dependencies/pom.xml
+++ b/spring-boot-project/spring-boot-dependencies/pom.xml
@@ -1374,6 +1374,12 @@
org.apache.activemq
artemis-core-client
${artemis.version}
+
+
+ org.apache.geronimo.specs
+ geronimo-json_1.0_spec
+
+
org.apache.activemq
@@ -1384,6 +1390,12 @@
org.apache.activemq
artemis-jms-server
${artemis.version}
+
+
+ org.apache.geronimo.specs
+ geronimo-json_1.0_spec
+
+
org.apache.activemq
@@ -1409,6 +1421,10 @@
commons-logging
commons-logging
+
+ org.apache.geronimo.specs
+ geronimo-json_1.0_spec
+
diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
index 1092f9ab94f..8e834afe945 100644
--- a/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
+++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-artemis/pom.xml
@@ -36,5 +36,9 @@
javax.jms
javax.jms-api
+
+ javax.json
+ javax.json-api
+