Author: jsdelfino
Date: Tue May 9 03:14:04 2006
New Revision: 405367
URL: http://svn.apache.org/viewcvs?rev=405367&view=rev
Log:
Cleaned up samples pom.xml
Modified:
incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
Modified: incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml?rev=405367&r1=405366&r2=405367&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml Tue May 9
03:14:04 2006
@@ -29,12 +29,31 @@
<dependencies>
- <dependency>
+ <dependency>
+ <groupId>org.apache.tuscany</groupId>
+ <artifactId>tuscany-core</artifactId>
+ <version>${pom.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca.containers</groupId>
+ <artifactId>tuscany-container-java</artifactId>
+ <version>${pom.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca.bindings</groupId>
+ <artifactId>tuscany-binding-axis2</artifactId>
+ <version>${pom.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.tuscany.sca.samples</groupId>
<artifactId>helloworldwsclient</artifactId>
<version>${pom.version}</version>
- <scope>compile</scope>
+ <scope>provided</scope>
</dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>