You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/12/05 20:14:08 UTC

svn commit: r1210582 - /cxf/trunk/systests/ws-security/pom.xml

Author: dkulp
Date: Mon Dec  5 19:14:07 2011
New Revision: 1210582

URL: http://svn.apache.org/viewvc?rev=1210582&view=rev
Log:
Needs to be compile scope

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

Modified: cxf/trunk/systests/ws-security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/pom.xml?rev=1210582&r1=1210581&r2=1210582&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/pom.xml (original)
+++ cxf/trunk/systests/ws-security/pom.xml Mon Dec  5 19:14:07 2011
@@ -201,7 +201,7 @@
                 <dependency>
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-jaxws_2.2_spec</artifactId>
-                    <scope>test</scope>
+                    <scope>compile</scope>
                 </dependency>
             </dependencies>
         </profile>