Author: dkulp
Date: Mon Apr 4 22:56:56 2011
New Revision: 1088816
URL: http://svn.apache.org/viewvc?rev=1088816&view=rev
Log:
Make jaxws frontend optional instead of test scope
Modified:
cxf/trunk/rt/ws/security/pom.xml
Modified: cxf/trunk/rt/ws/security/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/pom.xml?rev=1088816&r1=1088815&r2=1088816&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/pom.xml (original)
+++ cxf/trunk/rt/ws/security/pom.xml Mon Apr 4 22:56:56 2011
@@ -148,7 +148,7 @@
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${project.version}</version>
- <scope>test</scope>
+ <optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>