summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-01 23:48:21 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-01 23:48:21 +0000
commit1ee24d7df3cebec4b0ce916e4d445635ade5b4e3 (patch)
treec7090d6f828386f260b6362c5aa59299634df68e /java/sca/modules/implementation-web-runtime/pom.xml
parentc18149566d30f01ce29434bc3f289bd36e396640 (diff)
Start to get JSF webapps going using Apache MyFaces
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@749147 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-web-runtime/pom.xml')
-rw-r--r--java/sca/modules/implementation-web-runtime/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-web-runtime/pom.xml b/java/sca/modules/implementation-web-runtime/pom.xml
index f1bcf49758..004714226c 100644
--- a/java/sca/modules/implementation-web-runtime/pom.xml
+++ b/java/sca/modules/implementation-web-runtime/pom.xml
@@ -50,6 +50,12 @@
</dependency>
<dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>