From 8ee4c5e4a1cd8d9739526b6c4dc9476f41e828f8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 5 Oct 2018 12:44:53 +0100 Subject: [PATCH] Use offical JSON API jar rather than Geronimo's in Artemis starter Closes gh-14691 --- .../spring-boot-dependencies/pom.xml | 24 +++++++++++++++++++ .../spring-boot-starter-artemis/pom.xml | 4 ++++ 2 files changed, 28 insertions(+) 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 +