You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2019/07/01 13:58:32 UTC

[qpid-jms] branch master updated (a89d2cc -> 45e6ca3)

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

robbie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git.


    from a89d2cc  QPIDJMS-465: update to Netty 4.1.37
     new 60f4fe5  Revert "QPIDJMS-464: Update various test dependencies:"
     new 45e6ca3  QPIDJMS-466: Update various test dependencies:

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:


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


[qpid-jms] 02/02: QPIDJMS-466: Update various test dependencies:

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 45e6ca37b156c34fa25b56b1a10b28234f53842a
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 1 14:57:07 2019 +0100

    QPIDJMS-466: Update various test dependencies:
    
    - ActiveMQ to 5.15.9
     -- Jetty to 9.4.19.v20190610
    - Mockito to 2.28.2
    - Hamcrest to 2.1 (note also, switches to new artifact name)
---
 pom.xml                 | 10 +++++-----
 qpid-jms-client/pom.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ae2a662..49a3b5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,12 @@
 
     <!-- Test Dependency Versions for this Project -->
     <netty-tcnative-version>2.0.25.Final</netty-tcnative-version>
-    <activemq-version>5.15.8</activemq-version>
+    <activemq-version>5.15.9</activemq-version>
     <junit-version>4.12</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
-    <jetty-version>9.4.12.v20180830</jetty-version>
-    <mockito-version>2.25.0</mockito-version>
-    <hamcrest-version>1.3</hamcrest-version>
+    <jetty-version>9.4.19.v20190610</jetty-version>
+    <mockito-version>2.28.2</mockito-version>
+    <hamcrest-version>2.1</hamcrest-version>
     <hadoop-minikdc-version>2.9.0</hadoop-minikdc-version>
 
     <!-- Maven Plugin Versions for this Project -->
@@ -189,7 +189,7 @@
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest-all</artifactId>
+        <artifactId>hamcrest</artifactId>
         <version>${hamcrest-version}</version>
         <scope>test</scope>
       </dependency>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 88fdeb0..6692d14 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -95,7 +95,7 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest-all</artifactId>
+      <artifactId>hamcrest</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>


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


[qpid-jms] 01/02: Revert "QPIDJMS-464: Update various test dependencies:"

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-jms.git

commit 60f4fe5911b0e0bee0e4b37a21d604fbab6ae91b
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Jul 1 14:56:03 2019 +0100

    Revert "QPIDJMS-464: Update various test dependencies:"
    
    This reverts commit 98b6bf8a7585141461ac60bc96d18838ae9dfe12.
---
 pom.xml                 | 10 +++++-----
 qpid-jms-client/pom.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49a3b5d..ae2a662 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,12 +46,12 @@
 
     <!-- Test Dependency Versions for this Project -->
     <netty-tcnative-version>2.0.25.Final</netty-tcnative-version>
-    <activemq-version>5.15.9</activemq-version>
+    <activemq-version>5.15.8</activemq-version>
     <junit-version>4.12</junit-version>
     <fuse-joram-tests-version>1.0</fuse-joram-tests-version>
-    <jetty-version>9.4.19.v20190610</jetty-version>
-    <mockito-version>2.28.2</mockito-version>
-    <hamcrest-version>2.1</hamcrest-version>
+    <jetty-version>9.4.12.v20180830</jetty-version>
+    <mockito-version>2.25.0</mockito-version>
+    <hamcrest-version>1.3</hamcrest-version>
     <hadoop-minikdc-version>2.9.0</hadoop-minikdc-version>
 
     <!-- Maven Plugin Versions for this Project -->
@@ -189,7 +189,7 @@
       </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
-        <artifactId>hamcrest</artifactId>
+        <artifactId>hamcrest-all</artifactId>
         <version>${hamcrest-version}</version>
         <scope>test</scope>
       </dependency>
diff --git a/qpid-jms-client/pom.xml b/qpid-jms-client/pom.xml
index 6692d14..88fdeb0 100644
--- a/qpid-jms-client/pom.xml
+++ b/qpid-jms-client/pom.xml
@@ -95,7 +95,7 @@
     </dependency>
     <dependency>
       <groupId>org.hamcrest</groupId>
-      <artifactId>hamcrest</artifactId>
+      <artifactId>hamcrest-all</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>


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