Author: antelder
Date: Wed Jul 16 03:56:12 2008
New Revision: 677236

URL: http://svn.apache.org/viewvc?rev=677236&view=rev
Log:
Tidy up pom.xml

Modified:
    tuscany/java/sca/samples/helloworld-jms-webapp/pom.xml

Modified: tuscany/java/sca/samples/helloworld-jms-webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/samples/helloworld-jms-webapp/pom.xml?rev=677236&r1=677235&r2=677236&view=diff
==============================================================================
--- tuscany/java/sca/samples/helloworld-jms-webapp/pom.xml (original)
+++ tuscany/java/sca/samples/helloworld-jms-webapp/pom.xml Wed Jul 16 03:56:12 
2008
@@ -44,20 +44,16 @@
             <version>${pom.version}</version>
         </dependency>
 
-        <!-- exclude stax 1.0.1 as we're also pulling in 
javax\xml\stream\stax-api\1.0-2 -->
         <dependency>
-            <groupId>stax</groupId>
-            <artifactId>stax-api</artifactId>
-            <version>1.0.1</version>
-            <scope>provided</scope>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-binding-jms-runtime</artifactId>
+            <version>${pom.version}</version>
         </dependency>
 
-        <!-- marking dependency as provided to exclude from war file -->
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
-            <scope>provided</scope>
+            <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-implementation-java-runtime</artifactId>
+            <version>${pom.version}</version>
         </dependency>
 
     </dependencies>


Reply via email to