diff --git a/docs/user-manual/en/client-classpath.md b/docs/user-manual/en/client-classpath.md
index 51ee972212..120fce5e76 100644
--- a/docs/user-manual/en/client-classpath.md
+++ b/docs/user-manual/en/client-classpath.md
@@ -20,10 +20,10 @@ on your client classpath.
## JMS Client
If you are using JMS on the client side, then you will also need to
-include `activemq-jms-client.jar` and `jboss-jms-api.jar`.
+include `activemq-jms-client.jar` and `geronimo-jms_2.0_spec.jar`.
> **Note**
>
-> `jboss-jms-api.jar` just contains Java EE API interface classes needed
+> `geronimo-jms_2.0_spec.jar` just contains Java EE API interface classes needed
> for the `javax.jms.*` classes. If you already have a jar with these
> interface classes on your classpath, you will not need it.
diff --git a/examples/core/embedded-remote/pom.xml b/examples/core/embedded-remote/pom.xml
index 73de0c279e..dc3cde2f00 100644
--- a/examples/core/embedded-remote/pom.xml
+++ b/examples/core/embedded-remote/pom.xml
@@ -52,11 +52,6 @@ under the License.
io.netty
netty-all
-
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
-
org.apache.geronimo.specs
geronimo-jms_2.0_spec
diff --git a/examples/core/embedded/pom.xml b/examples/core/embedded/pom.xml
index 0319de763d..92fe4f1ed9 100644
--- a/examples/core/embedded/pom.xml
+++ b/examples/core/embedded/pom.xml
@@ -52,11 +52,6 @@ under the License.
io.netty
netty-all
-
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
-
org.apache.geronimo.specs
geronimo-jms_2.0_spec
diff --git a/examples/core/perf/pom.xml b/examples/core/perf/pom.xml
index a3fe6431d3..131d424dab 100644
--- a/examples/core/perf/pom.xml
+++ b/examples/core/perf/pom.xml
@@ -48,11 +48,6 @@ under the License.
netty-all
${netty.version}
-
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
-
org.apache.activemq.examples.jms
activemq-jms-examples-common
@@ -128,11 +123,6 @@ under the License.
netty-all
${netty.version}
-
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
-
diff --git a/examples/core/vertx-connector/pom.xml b/examples/core/vertx-connector/pom.xml
index c8d013f53a..f401739277 100644
--- a/examples/core/vertx-connector/pom.xml
+++ b/examples/core/vertx-connector/pom.xml
@@ -57,9 +57,8 @@ under the License.
${netty.version}
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
+ org.apache.geronimo.specs
+ geronimo-jms_2.0_spec
org.apache.geronimo.specs
@@ -158,11 +157,6 @@ under the License.
netty-all
${netty.version}
-
- org.jboss.javaee
- jboss-jms-api
- 1.1.0.GA
-
io.vertx
vertx-core
diff --git a/examples/jms/activemq-ra-rar/pom.xml b/examples/jms/activemq-ra-rar/pom.xml
index 539272d4bc..cefa69a97b 100644
--- a/examples/jms/activemq-ra-rar/pom.xml
+++ b/examples/jms/activemq-ra-rar/pom.xml
@@ -51,12 +51,8 @@ under the License.
geronimo-jms_2.0_spec
- org.apache.geronimo.specs
- geronimo-ejb_3.0_spec
-
-
- jboss.jbossts.jts
- jbossjts-jacorb
+ org.apache.geronimo.specs
+ geronimo-ejb_3.0_spec
diff --git a/examples/jms/aerogear/pom.xml b/examples/jms/aerogear/pom.xml
index 14063b5347..0004bc0f98 100644
--- a/examples/jms/aerogear/pom.xml
+++ b/examples/jms/aerogear/pom.xml
@@ -140,7 +140,6 @@ under the License.
org.apache.geronimo.specs
geronimo-jms_2.0_spec
- ${geronimo.jms.2.spec.version}
diff --git a/examples/jms/applet/applet.html b/examples/jms/applet/applet.html
index e604076205..c3793d78da 100644
--- a/examples/jms/applet/applet.html
+++ b/examples/jms/applet/applet.html
@@ -30,7 +30,7 @@ under the License.