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