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 2014/01/30 18:35:54 UTC

svn commit: r1562903 - /qpid/jms/trunk/pom.xml

Author: robbie
Date: Thu Jan 30 17:35:53 2014
New Revision: 1562903

URL: http://svn.apache.org/r1562903
Log:
NO-JIRA: update dependencies to account for recent proton module changes, generally tidy things up

Modified:
    qpid/jms/trunk/pom.xml

Modified: qpid/jms/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/jms/trunk/pom.xml?rev=1562903&r1=1562902&r2=1562903&view=diff
==============================================================================
--- qpid/jms/trunk/pom.xml (original)
+++ qpid/jms/trunk/pom.xml Thu Jan 30 17:35:53 2014
@@ -30,8 +30,12 @@
   <version>1.0-SNAPSHOT</version>
 
   <properties>
-    <junit-version>4.10</junit-version>
     <proton-version>1.0-SNAPSHOT</proton-version>
+    <geronimo-jms-version>1.1.1</geronimo-jms-version>
+
+    <hamcrest-version>1.3</hamcrest-version>
+    <junit-version>4.10</junit-version>
+    <mockito-version>1.9.5</mockito-version>
   </properties>
 
   <dependencies>
@@ -39,29 +43,19 @@
       <!-- TODO use JMS 2 API instead once it's available -->
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jms_1.1_spec</artifactId>
-      <version>1.1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.qpid</groupId>
-      <artifactId>proton-api</artifactId>
-      <version>${proton-version}</version>
-    </dependency>
-    <!-- TODO once proton-c/j agree on what Delivery.isSettled() represents we can make this a test-scope dependency -->
-    <dependency>
-      <groupId>org.apache.qpid</groupId>
-      <artifactId>proton-j-impl</artifactId>
-      <version>${proton-version}</version>
+      <version>${geronimo-jms-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.qpid</groupId>
-      <artifactId>proton-j-impl</artifactId>
+      <artifactId>proton-j</artifactId>
       <version>${proton-version}</version>
-      <type>test-jar</type>
     </dependency>
+
+    <!-- test dependencies -->
     <dependency>
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
-      <version>1.3</version>
+      <version>${hamcrest-version}</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -73,7 +67,7 @@
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>
-      <version>1.9.5</version>
+      <version>${mockito-version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>



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