You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/03/09 11:24:54 UTC

svn commit: r516354 - in /incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples: helloworld-om-wsclient/pom.xml helloworld-wsclient/pom.xml pom.xml

Author: jsdelfino
Date: Fri Mar  9 02:24:53 2007
New Revision: 516354

URL: http://svn.apache.org/viewvc?view=rev&rev=516354
Log:
Changed dependency scope from test to runtime to fix a ClassNotFoundException

Modified:
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/pom.xml
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/pom.xml
    incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/pom.xml?view=diff&rev=516354&r1=516353&r2=516354
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-om-wsclient/pom.xml Fri Mar  9 02:24:53 2007
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.extensions.axis2.samples</groupId>
             <artifactId>tuscany-sample-helloworld-om-ws</artifactId>
-            <scope>test</scope>
+            <scope>runtime</scope>
             <version>0.1-integration-incubating-SNAPSHOT</version>
         </dependency>
 

Modified: incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/pom.xml?view=diff&rev=516354&r1=516353&r2=516354
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/helloworld-wsclient/pom.xml Fri Mar  9 02:24:53 2007
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.tuscany.sca.extensions.axis2.samples</groupId>
             <artifactId>tuscany-sample-helloworld-ws</artifactId>
-            <scope>test</scope>
+            <scope>runtime</scope>
             <version>0.1-integration-incubating-SNAPSHOT</version>
         </dependency>
 

Modified: incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml?view=diff&rev=516354&r1=516353&r2=516354
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/extensions/axis2/samples/pom.xml Fri Mar  9 02:24:53 2007
@@ -66,6 +66,8 @@
             <modules>
               <module>helloworld-ws</module>
               <module>helloworld-wsclient</module>
+              <module>helloworld-om-ws</module>
+              <module>helloworld-om-wsclient</module>
           </modules>
         </profile>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org