You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/10/19 14:36:25 UTC

svn commit: r1024216 - /tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml

Author: slaws
Date: Tue Oct 19 12:36:25 2010
New Revision: 1024216

URL: http://svn.apache.org/viewvc?rev=1024216&view=rev
Log:
Remove stripes dependency from base-runtime as it hides the actual stripes dependency and hence it's not included in the distro or the PDE target. The net result is that tuscany-stripes doesn't compile in eclipse PDE and if you remove tuscany-stripes lots of other things complain. This change fixes the second effect. 

Modified:
    tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml?rev=1024216&r1=1024215&r2=1024216&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml Tue Oct 19 12:36:25 2010
@@ -31,10 +31,8 @@
     <packaging>pom</packaging>
 
     <!-- 
-         The dependencies required to run the Assembly otests minus the web service 
-         binding (which is only required by the otest framework). Provides a minimum
-         set of function for running composites using implementation.java and local 
-         wiring. Other extensions can be added to this base when required 
+         Provides a minimum set of function for running composites using implementation.java 
+         and local wiring. Other extensions can be added to this base when required 
     -->
     <dependencies>
         <dependency>
@@ -42,21 +40,25 @@
             <artifactId>tuscany-domain-node</artifactId>
             <version>${pom.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-implementation-web-runtime</artifactId>
             <version>${pom.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-launcher</artifactId>
             <version>${pom.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-sca-client-impl</artifactId>
             <version>${pom.version}</version>
         </dependency>
+
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-host-jetty</artifactId>
@@ -89,18 +91,6 @@
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-stripes</artifactId>
-            <version>${pom.version}</version>
-            <exclusions>
-                <exclusion>
-                   <groupId>net.sourceforge.stripes</groupId>
-                   <artifactId>stripes</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-wink</artifactId>
             <version>${pom.version}</version>
         </dependency>