summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:40:45 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-04-03 08:40:45 +0000
commitb5eb79d95ec261c8c5572a23b3eb3133a8c1f664 (patch)
tree44715088beb6456bf30b9c8dc32179dfdc89a581 /branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml
parent55e29c1a5260b724dcf0beded2498ea9614584c9 (diff)
TUSCANY-2878 - Moving tests to implementation-widget-runtime-tuscany and minor pom adjusts
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@761570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml44
1 files changed, 43 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml b/branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml
index 5a2e5927d1..68200733f4 100644
--- a/branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml
+++ b/branches/sca-java-1.x/modules/implementation-widget-runtime-tuscany/pom.xml
@@ -27,7 +27,7 @@
</parent>
<artifactId>tuscany-implementation-widget-runtime-tuscany</artifactId>
- <name>Apache Tuscany SCA Atom Feed Binding JavaScript</name>
+ <name>Apache Tuscany SCA Widget Implementation Runtime (Tuscany)</name>
<dependencies>
<dependency>
@@ -35,7 +35,49 @@
<artifactId>tuscany-implementation-widget-runtime</artifactId>
<version>1.5-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-http-runtime</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-atom-abdera</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonrpc-runtime</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version> <!-- to keep compatible with older servlet containers -->
+ <scope>provided</scope>
+ </dependency>
+
+ <!-- Test dependencies -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-embedded</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>1.5-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>