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