summaryrefslogtreecommitdiffstats
path: root/java/sca/distribution/tomcat/tomcat-war/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 04:42:04 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-28 04:42:04 +0000
commit7a0db9a22404423e422095ca8af87b591f0d824d (patch)
tree0d2b041c0d97c5fea7eadb7ea1a49a184bac7dea /java/sca/distribution/tomcat/tomcat-war/pom.xml
parent39dfbf9d78edd544df59b827f5b550f6cb3fd164 (diff)
Add jsonp runtime module to build and include in tomcat integration war
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/distribution/tomcat/tomcat-war/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/sca/distribution/tomcat/tomcat-war/pom.xml b/java/sca/distribution/tomcat/tomcat-war/pom.xml
index fa768b7f54..5bf6950f9b 100644
--- a/java/sca/distribution/tomcat/tomcat-war/pom.xml
+++ b/java/sca/distribution/tomcat/tomcat-war/pom.xml
@@ -53,6 +53,11 @@
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonp-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-binding-ws-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>