You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2014/02/06 12:39:34 UTC

svn commit: r1565185 - /cxf/trunk/systests/jaxrs/pom.xml

Author: cschneider
Date: Thu Feb  6 11:39:33 2014
New Revision: 1565185

URL: http://svn.apache.org/r1565185
Log:
CXF-5543 Adding back jms transport dep as it is used in one test

Modified:
    cxf/trunk/systests/jaxrs/pom.xml

Modified: cxf/trunk/systests/jaxrs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/jaxrs/pom.xml?rev=1565185&r1=1565184&r2=1565185&view=diff
==============================================================================
--- cxf/trunk/systests/jaxrs/pom.xml (original)
+++ cxf/trunk/systests/jaxrs/pom.xml Thu Feb  6 11:39:33 2014
@@ -165,6 +165,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.cxf</groupId>
+            <artifactId>cxf-rt-transports-jms</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
             <scope>test</scope>