diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 271413d9a9..7345ba711d 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -1328,16 +1328,34 @@ org.apache.activemq artemis-core-client ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + org.apache.activemq artemis-jms-client ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + org.apache.activemq artemis-jms-server ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + org.apache.activemq @@ -1358,6 +1376,12 @@ org.apache.activemq artemis-server ${artemis.version} + + + org.apache.geronimo.specs + geronimo-json_1.0_spec + + org.apache.activemq 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 1092f9ab94..8e834afe94 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 +