QPID-7885: [Broker-J] Fix maven scope of qpid-jms-client dependencies
diff --git a/bdbstore/systests/pom.xml b/bdbstore/systests/pom.xml
index 1036aba..113ef17 100644
--- a/bdbstore/systests/pom.xml
+++ b/bdbstore/systests/pom.xml
@@ -108,6 +108,7 @@
         <dependency>
           <groupId>org.apache.qpid</groupId>
           <artifactId>qpid-jms-client</artifactId>
+          <scope>test</scope>
         </dependency>
       </dependencies>
     </profile>
diff --git a/qpid-perftests-systests/pom.xml b/qpid-perftests-systests/pom.xml
index 4540a21..ff289ac 100644
--- a/qpid-perftests-systests/pom.xml
+++ b/qpid-perftests-systests/pom.xml
@@ -91,6 +91,7 @@
         <dependency>
           <groupId>org.apache.qpid</groupId>
           <artifactId>qpid-jms-client</artifactId>
+          <scope>test</scope>
         </dependency>
       </dependencies>
     </profile>
diff --git a/systests/qpid-systests-http-management/pom.xml b/systests/qpid-systests-http-management/pom.xml
index 2da15b0..f2efd77 100644
--- a/systests/qpid-systests-http-management/pom.xml
+++ b/systests/qpid-systests-http-management/pom.xml
@@ -134,6 +134,7 @@
                 <dependency>
                     <groupId>org.apache.qpid</groupId>
                     <artifactId>qpid-jms-client</artifactId>
+                    <scope>test</scope>
                 </dependency>
             </dependencies>
         </profile>
diff --git a/systests/qpid-systests-jms_1.1/pom.xml b/systests/qpid-systests-jms_1.1/pom.xml
index 4f29cc7..645ec5a 100644
--- a/systests/qpid-systests-jms_1.1/pom.xml
+++ b/systests/qpid-systests-jms_1.1/pom.xml
@@ -85,6 +85,7 @@
                 <dependency>
                     <groupId>org.apache.qpid</groupId>
                     <artifactId>qpid-jms-client</artifactId>
+                    <scope>test</scope>
                 </dependency>
             </dependencies>
         </profile>
diff --git a/systests/qpid-systests-jms_2.0/pom.xml b/systests/qpid-systests-jms_2.0/pom.xml
index ec60b23..b55052e 100644
--- a/systests/qpid-systests-jms_2.0/pom.xml
+++ b/systests/qpid-systests-jms_2.0/pom.xml
@@ -65,6 +65,7 @@
         <dependency>
           <groupId>org.apache.qpid</groupId>
           <artifactId>qpid-jms-client</artifactId>
+          <scope>test</scope>
         </dependency>
       </dependencies>
     </profile>
diff --git a/tck/pom.xml b/tck/pom.xml
index 1cbaa17..671cba8 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -151,6 +151,7 @@
                 <dependency>
                     <groupId>org.apache.qpid</groupId>
                     <artifactId>qpid-jms-client</artifactId>
+                    <scope>runtime</scope>
                 </dependency>
                 <dependency>
                     <groupId>oracle-jms-tck2</groupId>