You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/03/02 11:18:47 UTC

svn commit: r1785106 - in /qpid/java/trunk: perftests/pom.xml pom.xml tck/pom.xml

Author: kwall
Date: Thu Mar  2 11:18:47 2017
New Revision: 1785106

URL: http://svn.apache.org/viewvc?rev=1785106&view=rev
Log:
NO-JIRA: Remove qpid.legacy.jms.client properties from POM

These were used to allow private derivatives of the 0-x Qpid Client into integration tests. This is no longer required.

Modified:
    qpid/java/trunk/perftests/pom.xml
    qpid/java/trunk/pom.xml
    qpid/java/trunk/tck/pom.xml

Modified: qpid/java/trunk/perftests/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/perftests/pom.xml?rev=1785106&r1=1785105&r2=1785106&view=diff
==============================================================================
--- qpid/java/trunk/perftests/pom.xml (original)
+++ qpid/java/trunk/perftests/pom.xml Thu Mar  2 11:18:47 2017
@@ -361,10 +361,8 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>${qpid.legacy.jms.client.groupid}</groupId>
-          <artifactId>${qpid.legacy.jms.client.artifactid}</artifactId>
-          <version>${qpid.legacy.jms.client.version}</version>
-          <type>${qpid.legacy.jms.client.type}</type>
+          <groupId>org.apache.qpid</groupId>
+          <artifactId>qpid-client</artifactId>
           <scope>compile</scope>
         </dependency>
       </dependencies>
@@ -385,10 +383,8 @@
       </properties>
       <dependencies>
         <dependency>
-          <groupId>${qpid.legacy.jms.client.groupid}</groupId>
-          <artifactId>${qpid.legacy.jms.client.artifactid}</artifactId>
-          <version>${qpid.legacy.jms.client.version}</version>
-          <type>${qpid.legacy.jms.client.type}</type>
+          <groupId>org.apache.qpid</groupId>
+          <artifactId>qpid-client</artifactId>
           <scope>compile</scope>
         </dependency>
       </dependencies>

Modified: qpid/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/pom.xml?rev=1785106&r1=1785105&r2=1785106&view=diff
==============================================================================
--- qpid/java/trunk/pom.xml (original)
+++ qpid/java/trunk/pom.xml Thu Mar  2 11:18:47 2017
@@ -158,11 +158,6 @@
     <apache-rat-plugin-version>0.11</apache-rat-plugin-version>
     <maven-docbx-plugin-version>2.0.15</maven-docbx-plugin-version>
     <maven-docbook-xml-plugin-version>5.0-all</maven-docbook-xml-plugin-version>
-
-    <qpid.legacy.jms.client.groupid>org.apache.qpid</qpid.legacy.jms.client.groupid>
-    <qpid.legacy.jms.client.artifactid>qpid-client</qpid.legacy.jms.client.artifactid>
-    <qpid.legacy.jms.client.version>${qpid-jms-client-ampq-0-x-version}</qpid.legacy.jms.client.version>
-    <qpid.legacy.jms.client.type>jar</qpid.legacy.jms.client.type>
   </properties>
 
   <modules>

Modified: qpid/java/trunk/tck/pom.xml
URL: http://svn.apache.org/viewvc/qpid/java/trunk/tck/pom.xml?rev=1785106&r1=1785105&r2=1785106&view=diff
==============================================================================
--- qpid/java/trunk/tck/pom.xml (original)
+++ qpid/java/trunk/tck/pom.xml Thu Mar  2 11:18:47 2017
@@ -658,10 +658,8 @@
             </properties>
             <dependencies>
                 <dependency>
-                    <groupId>${qpid.legacy.jms.client.groupid}</groupId>
-                    <artifactId>${qpid.legacy.jms.client.artifactid}</artifactId>
-                    <version>${qpid.legacy.jms.client.version}</version>
-                    <type>${qpid.legacy.jms.client.type}</type>
+                    <groupId>org.apache.qpid</groupId>
+                    <artifactId>qpid-client</artifactId>
                 </dependency>
             </dependencies>
         </profile>
@@ -683,10 +681,8 @@
             </properties>
             <dependencies>
                 <dependency>
-                    <groupId>${qpid.legacy.jms.client.groupid}</groupId>
-                    <artifactId>${qpid.legacy.jms.client.artifactid}</artifactId>
-                    <version>${qpid.legacy.jms.client.version}</version>
-                    <type>${qpid.legacy.jms.client.type}</type>
+                    <groupId>org.apache.qpid</groupId>
+                    <artifactId>qpid-client</artifactId>
                 </dependency>
             </dependencies>
         </profile>



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