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 2019/07/08 15:10:18 UTC

[qpid-broker-j] 07/11: QPID-8334: [Broker-J] Remove duplicate hamcrest test dependency declarations

This is an automated email from the ASF dual-hosted git repository.

orudyy pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git

commit 9c726a6971caee7e0c132e22fb010f3f6ef0286f
Author: Alex Rudyy <or...@apache.org>
AuthorDate: Mon Jul 8 13:20:21 2019 +0100

    QPID-8334: [Broker-J] Remove duplicate hamcrest test dependency declarations
    
    (cherry picked from commit 3d899fcce2be4cbe1e6878c0e8ef74549b5e23ae)
---
 broker-core/pom.xml                            | 5 -----
 systests/protocol-tests-amqp-0-10/pom.xml      | 6 ------
 systests/protocol-tests-amqp-0-8/pom.xml       | 6 ------
 systests/qpid-systests-http-management/pom.xml | 6 ------
 systests/qpid-systests-jms_1.1/pom.xml         | 6 ------
 5 files changed, 29 deletions(-)

diff --git a/broker-core/pom.xml b/broker-core/pom.xml
index 19a7db8..a7f0325 100644
--- a/broker-core/pom.xml
+++ b/broker-core/pom.xml
@@ -92,11 +92,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
    
   <build>
diff --git a/systests/protocol-tests-amqp-0-10/pom.xml b/systests/protocol-tests-amqp-0-10/pom.xml
index 17e5e47..7a87f5a 100644
--- a/systests/protocol-tests-amqp-0-10/pom.xml
+++ b/systests/protocol-tests-amqp-0-10/pom.xml
@@ -76,12 +76,6 @@
             <scope>test</scope>
        </dependency>
 
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
     <build>
diff --git a/systests/protocol-tests-amqp-0-8/pom.xml b/systests/protocol-tests-amqp-0-8/pom.xml
index ff529d0..e053c5d 100644
--- a/systests/protocol-tests-amqp-0-8/pom.xml
+++ b/systests/protocol-tests-amqp-0-8/pom.xml
@@ -76,12 +76,6 @@
             <scope>test</scope>
        </dependency>
 
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
     <build>
diff --git a/systests/qpid-systests-http-management/pom.xml b/systests/qpid-systests-http-management/pom.xml
index c15fe5b..9da9630 100644
--- a/systests/qpid-systests-http-management/pom.xml
+++ b/systests/qpid-systests-http-management/pom.xml
@@ -100,12 +100,6 @@
        </dependency>
 
         <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
             <groupId>org.apache.qpid</groupId>
             <artifactId>qpid-broker-core</artifactId>
             <classifier>tests</classifier>
diff --git a/systests/qpid-systests-jms_1.1/pom.xml b/systests/qpid-systests-jms_1.1/pom.xml
index 215278d..bf12993 100644
--- a/systests/qpid-systests-jms_1.1/pom.xml
+++ b/systests/qpid-systests-jms_1.1/pom.xml
@@ -65,12 +65,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>org.hamcrest</groupId>
-            <artifactId>hamcrest</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
     <profiles>


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