From f02a21f3fb1efc19227c115c1df00a404accd11b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 8 May 2014 12:13:04 +0100 Subject: [PATCH] Use the official JMS spec artifact --- spring-boot-autoconfigure/pom.xml | 4 ++-- spring-boot-dependencies/pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index a48c41e299..740f13bb35 100644 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -227,8 +227,8 @@ true - org.apache.geronimo.specs - geronimo-jms_1.1_spec + javax.jms + jms-api true diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 6b795e5410..e2a3b329db 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -338,6 +338,11 @@ jedis ${jedis.version} + + javax.jms + jms-api + 1.1-rev-1 + javax.servlet javax.servlet-api @@ -383,11 +388,6 @@ activemq-pool ${activemq.version} - - org.apache.geronimo.specs - geronimo-jms_1.1_spec - 1.1.1 - org.apache.httpcomponents httpclient