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:33:53 UTC

svn commit: r1565183 - /cxf/trunk/systests/ws-specs/pom.xml

Author: cschneider
Date: Thu Feb  6 11:33:52 2014
New Revision: 1565183

URL: http://svn.apache.org/r1565183
Log:
CXF-5543 Adding dependency for jee connector to ws-specs systest

Modified:
    cxf/trunk/systests/ws-specs/pom.xml

Modified: cxf/trunk/systests/ws-specs/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-specs/pom.xml?rev=1565183&r1=1565182&r2=1565183&view=diff
==============================================================================
--- cxf/trunk/systests/ws-specs/pom.xml (original)
+++ cxf/trunk/systests/ws-specs/pom.xml Thu Feb  6 11:33:52 2014
@@ -106,6 +106,12 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
+            <scope>test</scope>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-broker</artifactId>
             <scope>test</scope>