You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/05/08 12:25:35 UTC

svn commit: r654466 - /incubator/tuscany/java/sca/distribution/bundle/pom.xml

Author: antelder
Date: Thu May  8 03:25:35 2008
New Revision: 654466

URL: http://svn.apache.org/viewvc?rev=654466&view=rev
Log:
Add the tomcat deep integration module to the distro

Modified:
    incubator/tuscany/java/sca/distribution/bundle/pom.xml

Modified: incubator/tuscany/java/sca/distribution/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/bundle/pom.xml?rev=654466&r1=654465&r2=654466&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/bundle/pom.xml (original)
+++ incubator/tuscany/java/sca/distribution/bundle/pom.xml Thu May  8 03:25:35 2008
@@ -446,6 +446,11 @@
         </dependency>
         <dependency>
             <groupId>${pom.groupId}</groupId>
+            <artifactId>tuscany-runtime-tomcat</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>${pom.groupId}</groupId>
             <artifactId>tuscany-workspace</artifactId>
             <version>${pom.version}</version>
         </dependency>