summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 12:36:25 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-19 12:36:25 +0000
commit927f975b25ca96e9369a9811e3282c3e32c1b460 (patch)
tree913cce5ac4c249a4d84f241eaf4bfe726e92ba9c /sca-java-2.x
parenta90bcd8216cf582d69e0760e2ff2203d6a002708 (diff)
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.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1024216 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r--sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml22
1 files changed, 6 insertions, 16 deletions
diff --git a/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
index 68855c33b4..486b7d0c34 100644
--- a/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
+++ b/sca-java-2.x/trunk/modules/base-runtime-pom/pom.xml
@@ -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>