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 2006/10/16 23:46:31 UTC

svn commit: r464684 - in /incubator/tuscany/branches/sca-java-M2/sca/distribution: pom.xml src/main/assembly/standalone.xml

Author: antelder
Date: Mon Oct 16 14:46:29 2006
New Revision: 464684

URL: http://svn.apache.org/viewvc?view=rev&rev=464684
Log:
Include servlet api in standalone dist (see TUSCANY-861)

Modified:
    incubator/tuscany/branches/sca-java-M2/sca/distribution/pom.xml
    incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml

Modified: incubator/tuscany/branches/sca-java-M2/sca/distribution/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/distribution/pom.xml?view=diff&rev=464684&r1=464683&r2=464684
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/distribution/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/distribution/pom.xml Mon Oct 16 14:46:29 2006
@@ -83,6 +83,11 @@
             <artifactId>maven</artifactId>
             <version>${sca.version}</version>
         </dependency>
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+            <version>2.3</version>
+        </dependency>
 
         <!-- dependencies for contributed extensions -->
         <dependency>

Modified: incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml?view=diff&rev=464684&r1=464683&r2=464684
==============================================================================
--- incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml (original)
+++ incubator/tuscany/branches/sca-java-M2/sca/distribution/src/main/assembly/standalone.xml Mon Oct 16 14:46:29 2006
@@ -83,6 +83,7 @@
                 <include>org.apache.tuscany.sca.kernel:tuscany-spi</include>
                 <include>org.apache.tuscany.sca.services:maven</include>
                 <include>woodstox:wstx-asl</include>
+                <include>javax.servlet:servlet-api</include>
             </includes>
             <excludes>
                 <exclude>junit:junit</exclude>



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