You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kp...@apache.org on 2016/09/21 20:36:58 UTC

qpid-interop-test git commit: QPIDIT-22: Updated JMS client dependencies for JMS 2.0

Repository: qpid-interop-test
Updated Branches:
  refs/heads/master 54c1e4af4 -> c810fc3af


QPIDIT-22: Updated JMS client dependencies for JMS 2.0


Project: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/commit/c810fc3a
Tree: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/tree/c810fc3a
Diff: http://git-wip-us.apache.org/repos/asf/qpid-interop-test/diff/c810fc3a

Branch: refs/heads/master
Commit: c810fc3af4d7272158c19646e4da98418afb40e6
Parents: 54c1e4a
Author: Kim van der Riet <kp...@apache.org>
Authored: Wed Sep 21 16:36:37 2016 -0400
Committer: Kim van der Riet <kp...@apache.org>
Committed: Wed Sep 21 16:36:37 2016 -0400

----------------------------------------------------------------------
 shims/qpid-jms/pom.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-interop-test/blob/c810fc3a/shims/qpid-jms/pom.xml
----------------------------------------------------------------------
diff --git a/shims/qpid-jms/pom.xml b/shims/qpid-jms/pom.xml
index e10ecf8..46ff28b 100644
--- a/shims/qpid-jms/pom.xml
+++ b/shims/qpid-jms/pom.xml
@@ -52,10 +52,17 @@
   </build>
 
   <dependencies>
-    <dependency>
+     <!-- JMS 1.1 dependency, now obsolete -->
+     <!--dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jms_1.1_spec</artifactId>
       <version>1.1.1</version>
+    </dependency-->
+    <!-- JMS 2.0 dependency -->
+    <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-jms_2.0_spec</artifactId>
+      <version>1.0-alpha-2</version>
     </dependency>
     <dependency>
       <groupId>javax.json</groupId>
@@ -70,7 +77,7 @@
     <dependency>
       <groupId>org.apache.qpid</groupId>
       <artifactId>qpid-jms-client</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.20.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>


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