summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-web-runtime/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 09:36:29 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-18 09:36:29 +0000
commitb3b20053852bb9104b782c481ba6cd3bcbbeadcf (patch)
tree47f63da8d76f485545d74d0ebfd2792db3051071 /java/sca/modules/implementation-web-runtime/pom.xml
parent19a822121b3cf78951f50fb1036b58ee51a72b97 (diff)
Remove context script code as its not used presently, move JSP taglib from host-webapp to implementation-web-runtime
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@745453 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/implementation-web-runtime/pom.xml b/java/sca/modules/implementation-web-runtime/pom.xml
index e70da9a54f..1f4c619915 100644
--- a/java/sca/modules/implementation-web-runtime/pom.xml
+++ b/java/sca/modules/implementation-web-runtime/pom.xml
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-http</artifactId>
+ <artifactId>tuscany-host-webapp</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jsp_2.1_spec</artifactId>
- <version>1.0</version>
+ <version>1.0.1</version>
<scope>provided</scope>
</dependency>