Author: jsdelfino
Date: Tue May  9 03:14:53 2006
New Revision: 405368

URL: http://svn.apache.org/viewcvs?rev=405368&view=rev
Log:
Cleaned up samples pom.xml

Modified:
    incubator/tuscany/java/samples/bigbank/account/pom.xml
    incubator/tuscany/java/samples/bigbank/webclient/pom.xml

Modified: incubator/tuscany/java/samples/bigbank/account/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/account/pom.xml?rev=405368&r1=405367&r2=405368&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/account/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/account/pom.xml Tue May  9 03:14:53 
2006
@@ -35,15 +35,27 @@
             <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.das</groupId>
             <artifactId>tuscany-das-rdb</artifactId>
             <version>${pom.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.4</version>
+           <groupId>javax.servlet</groupId>
+           <artifactId>servlet-api</artifactId>
+           <version>2.4</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -53,6 +65,12 @@
             <scope>provided</scope>
         </dependency>
 
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>

Modified: incubator/tuscany/java/samples/bigbank/webclient/pom.xml
URL: 
http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/bigbank/webclient/pom.xml?rev=405368&r1=405367&r2=405368&view=diff
==============================================================================
--- incubator/tuscany/java/samples/bigbank/webclient/pom.xml (original)
+++ incubator/tuscany/java/samples/bigbank/webclient/pom.xml Tue May  9 
03:14:53 2006
@@ -32,9 +32,8 @@
             <groupId>org.apache.tuscany</groupId>
             <artifactId>tuscany-core</artifactId>
             <version>${pom.version}</version>
-            <scope>provided</scope> <!-- use provided so tuscany infrastructue 
is not inc. in the war-->
+            <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>tomcat</groupId>
             <artifactId>servlet-api</artifactId>


Reply via email to