You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/11/06 04:10:12 UTC

svn commit: r1031947 - /camel/trunk/components/camel-soap/pom.xml

Author: ningjiang
Date: Sat Nov  6 03:10:11 2010
New Revision: 1031947

URL: http://svn.apache.org/viewvc?rev=1031947&view=rev
Log:
CAMEL-3310 updated the jaxws scope

Modified:
    camel/trunk/components/camel-soap/pom.xml

Modified: camel/trunk/components/camel-soap/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-soap/pom.xml?rev=1031947&r1=1031946&r2=1031947&view=diff
==============================================================================
--- camel/trunk/components/camel-soap/pom.xml (original)
+++ camel/trunk/components/camel-soap/pom.xml Sat Nov  6 03:10:11 2010
@@ -60,18 +60,16 @@
             <artifactId>jaxb-impl</artifactId>
         </dependency>
 
-		<!-- JAXWS api jars -->
-		<dependency>
+	<!-- JAXWS api jars -->
+	<dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
             <version>1.1.2</version>
-            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxws_2.2_spec</artifactId>
             <version>1.0</version>
-            <scope>test</scope>
         </dependency>
 
         <!-- for testing -->