From c7311f4baf9cc6a2bd3f2a39e615fa2b229ffe6f Mon Sep 17 00:00:00 2001 From: beamerblvd Date: Fri, 14 Jun 2013 08:39:26 -0500 Subject: [PATCH] Fixed build to use freely-available JARs Updated the build to use freely-available JAR files for JMS 1.1 and EJB 2.1, as the original JAR files do not exist in Maven Central and are no longer in the Spring Release repository. Issue: SWS-644 --- parent/pom.xml | 16 ++++++---------- samples/airline/client/jms/pom.xml | 4 ++-- samples/airline/server/pom.xml | 4 ++-- sandbox/pom.xml | 4 ++-- support/pom.xml | 8 ++++---- 5 files changed, 16 insertions(+), 20 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 51414783..c0bf6983 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -617,15 +617,15 @@ provided - javax.jms - jms - 1.1 + org.apache.geronimo.specs + geronimo-jms_1.1_spec + 1.1.1 provided - javax.ejb - ejb - 2.1 + org.apache.geronimo.specs + geronimo-ejb_2.1_spec + 1.1 provided @@ -700,10 +700,6 @@ javax.mail mail - - javax.jms - jms - com.sun.jdmk jmxtools diff --git a/samples/airline/client/jms/pom.xml b/samples/airline/client/jms/pom.xml index 044f3b84..6ad26509 100644 --- a/samples/airline/client/jms/pom.xml +++ b/samples/airline/client/jms/pom.xml @@ -45,8 +45,8 @@ - javax.jms - jms + org.apache.geronimo.specs + geronimo-jms_1.1_spec compile diff --git a/samples/airline/server/pom.xml b/samples/airline/server/pom.xml index 82aae0d5..f113fd25 100644 --- a/samples/airline/server/pom.xml +++ b/samples/airline/server/pom.xml @@ -195,8 +195,8 @@ runtime - javax.jms - jms + org.apache.geronimo.specs + geronimo-jms_1.1_spec runtime diff --git a/sandbox/pom.xml b/sandbox/pom.xml index 5a37f200..c746afd8 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -62,8 +62,8 @@ provided - javax.jms - jms + org.apache.geronimo.specs + geronimo-jms_1.1_spec provided diff --git a/support/pom.xml b/support/pom.xml index e7c5bfee..733f6380 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -75,13 +75,13 @@ - javax.jms - jms + org.apache.geronimo.specs + geronimo-jms_1.1_spec true - javax.ejb - ejb + org.apache.geronimo.specs + geronimo-ejb_2.1_spec true