summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 06:22:42 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-20 06:22:42 +0000
commit016d91d73396d778f544123efbd7ff81426a4e36 (patch)
tree9ea852189d8f48c5ef739a21cb41feff1f68d867 /branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml
parentdfb810d7af4c69bf5f1fc023b5efd1e68f4e1a15 (diff)
Properly handle SMD requests in JSON-RPC wire format/operation selector
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@776580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml')
-rw-r--r--branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml b/branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml
index ee0e8dfcf1..08f2e084bf 100644
--- a/branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-http-jsonrpc/pom.xml
@@ -49,6 +49,13 @@
</dependency>
<dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-java-runtime</artifactId>
<version>1.6-SNAPSHOT</version>