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/02/07 19:45:33 UTC

svn commit: r1782067 - /qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml

Author: kwall
Date: Tue Feb  7 19:45:33 2017
New Revision: 1782067

URL: http://svn.apache.org/viewvc?rev=1782067&view=rev
Log:
QPID-7622: Correct test dependency in JCA module

Modified:
    qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml

Modified: qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml
URL: http://svn.apache.org/viewvc/qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml?rev=1782067&r1=1782066&r2=1782067&view=diff
==============================================================================
--- qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml (original)
+++ qpid/qpid-jms-amqp-0-x/trunk/jca/pom.xml Tue Feb  7 19:45:33 2017
@@ -117,7 +117,7 @@
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.qpid</groupId>
-      <artifactId>qpid-test-utils</artifactId>
+      <artifactId>qpid-jms-amqp-0-x-test-utils</artifactId>
       <version>${project.version}</version>
       <scope>test</scope>
     </dependency>



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