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/05 10:39:05 UTC

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

Author: ningjiang
Date: Fri Nov  5 09:39:04 2010
New Revision: 1031495

URL: http://svn.apache.org/viewvc?rev=1031495&view=rev
Log:
CAMEL-3310 using the JAXWS API 2.2 to make camel-soap compile with JDK 1.5

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=1031495&r1=1031494&r2=1031495&view=diff
==============================================================================
--- camel/trunk/components/camel-soap/pom.xml (original)
+++ camel/trunk/components/camel-soap/pom.xml Fri Nov  5 09:39:04 2010
@@ -65,11 +65,13 @@
             <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.1_spec</artifactId>
+            <artifactId>geronimo-jaxws_2.2_spec</artifactId>
             <version>1.0</version>
+            <scope>test</scope>
         </dependency>
 
         <!-- for testing -->