You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2018/10/31 12:54:14 UTC

qpid-broker-j git commit: QPID-7885: [Broker-J] Fix maven scope of qpid-jms-client dependencies

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 2779e06b0 -> b74b157c3


QPID-7885: [Broker-J] Fix maven scope of qpid-jms-client dependencies


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/b74b157c
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/b74b157c
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/b74b157c

Branch: refs/heads/master
Commit: b74b157c38b9880f5ca68b9e0e7875a5b087c891
Parents: 2779e06
Author: Alex Rudyy <or...@apache.org>
Authored: Wed Oct 31 12:31:52 2018 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Wed Oct 31 12:31:52 2018 +0000

----------------------------------------------------------------------
 bdbstore/systests/pom.xml                      | 1 +
 qpid-perftests-systests/pom.xml                | 1 +
 systests/qpid-systests-http-management/pom.xml | 1 +
 systests/qpid-systests-jms_1.1/pom.xml         | 1 +
 systests/qpid-systests-jms_2.0/pom.xml         | 1 +
 tck/pom.xml                                    | 1 +
 6 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/bdbstore/systests/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/qpid-perftests-systests/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/systests/qpid-systests-http-management/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/systests/qpid-systests-jms_1.1/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/systests/qpid-systests-jms_2.0/pom.xml
----------------------------------------------------------------------
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>

http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/b74b157c/tck/pom.xml
----------------------------------------------------------------------
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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org