cut[NO-JIRA] Remove mention of qpid-common jar from docs, it was dropped in version 6.3.0
diff --git a/doc/jms-client-0-8/src/docbkx/JMS-Client-Getting-And-Dependencies.xml b/doc/jms-client-0-8/src/docbkx/JMS-Client-Getting-And-Dependencies.xml
index 92da8c7..1d241fb 100644
--- a/doc/jms-client-0-8/src/docbkx/JMS-Client-Getting-And-Dependencies.xml
+++ b/doc/jms-client-0-8/src/docbkx/JMS-Client-Getting-And-Dependencies.xml
@@ -25,11 +25,9 @@
   <section xml:id="JMS-Client-0-8-JMS-Getting-And-Dependencies-Getting">
     <title>Getting the Client</title>
     <para>The Apache Qpid JMS client for AMQP 0-9-1/0-10 is available as a bundle or from ${qpidMavenRepoDesc}.</para>
-    <para>The bundle archive includes the Client itself (formed by two JAR: qpid-client
-      and qpid-common) together with slf4j-api, and geronimo-jms_1.1_spec. It is available from
-      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${qpidDownloadUrl}">${qpidDownloadUrlDesc}</link>.</para>
-    <para>The Client is also available from ${qpidMavenRepoDesc}. Add the following
-      dependency:</para>
+    <para>The bundle archive includes the Client itself (qpid-client jar) together with slf4j-api, and geronimo-jms_1.1_spec.
+      It is available from <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="${qpidDownloadUrl}">${qpidDownloadUrlDesc}</link>.</para>
+    <para>You can add the Qpid Client as a dependency into your maven project as illustrated below:</para>
     <screen>
     &lt;dependency&gt;
       &lt;groupId&gt;${qpidClientGroupId}&lt;/groupId&gt;